13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist/js",
|
|
"noEmitOnError": true,
|
|
"typeRoots": ["node_modules/@types"]
|
|
}
|
|
}
|