I am removing the Typescript transpilation part, the project will have full typescript support, Typescript support will not be removed.
15 lines
349 B
JSON
15 lines
349 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"target": "ES6",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"strict": false,
|
|
"noUnusedLocals": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"esModuleInterop": true,
|
|
"allowJs": true
|
|
}
|
|
} |