autorestic/tsconfig.json

14 lines
264 B
JSON
Raw Normal View History

2019-06-20 23:09:33 +02:00
{
"compilerOptions": {
"target": "es2019",
2019-06-20 23:09:33 +02:00
"module": "commonjs",
"outDir": "./dist",
2019-06-20 23:09:33 +02:00
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"alwaysStrict": true,
"strictNullChecks": true
},
2020-12-19 17:32:13 +01:00
"include": ["./src"]
2019-06-20 23:09:33 +02:00
}