mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 10:15:41 +01:00
18 lines
331 B
JSON
18 lines
331 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"noImplicitAny": true,
|
||
|
"removeComments": true,
|
||
|
"preserveConstEnums": true,
|
||
|
"outDir": "dist/",
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"**/*.spec.ts"
|
||
|
]
|
||
|
}
|