10 lines
153 B
JSON
10 lines
153 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"outDir": "bin",
|
||
|
"rootDir": "src",
|
||
|
"strict": true,
|
||
|
"target": "ES6",
|
||
|
"noUnusedLocals": true
|
||
|
}
|
||
|
}
|