14 lines
283 B
JSON
Executable File
14 lines
283 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"outDir": "./build/",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|