Files
money/shared/tsconfig.json
2025-10-13 21:10:46 -04:00

16 lines
313 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"declaration": true,
"outDir": "./dist",
"strict": true,
"verbatimModuleSyntax": true,
"esModuleInterop": true,
"skipLibCheck": true,
"rootDir": "."
},
"include": ["src"]
}