13 lines
No EOL
197 B
JSON
13 lines
No EOL
197 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "out",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |