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