20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"noImplicitAny": true,
|
|
"allowJs": true,
|
|
"alwaysStrict": true,
|
|
"strictNullChecks": true,
|
|
"newLine": "lf",
|
|
"noEmitHelpers": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"importHelpers": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|