mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 13:14:48 +01:00
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"alwaysStrict": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"include": ["./src"]
|
|
}
|