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