ts-template/tsconfig.json

12 lines
236 B
JSON
Raw Normal View History

2024-09-13 11:00:28 -04:00
{
"compilerOptions": {
"target": "es5",
"strictNullChecks": false,
"outDir": "dist/",
"allowJs": true,
"noImplicitAny": false,
"strict": false
},
"exclude": ["node_modules"]
}