Files
money/shared/tsconfig.json
2025-10-20 21:49:08 -04:00

16 lines
314 B
JSON

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