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