salutedev-test-web-app/tsconfig.json

13 lines
256 B
JSON
Raw Normal View History

2026-06-04 14:11:13 +03:00
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}