mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-22 17:55:20 +01:00
17 lines
268 B
JSON
17 lines
268 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"outDir": "js",
|
||
|
"sourceMap": true,
|
||
|
"declaration": true,
|
||
|
"target": "es6",
|
||
|
"noImplicitAny": true,
|
||
|
"strictNullChecks": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true
|
||
|
},
|
||
|
"include": [
|
||
|
"lib"
|
||
|
]
|
||
|
}
|