mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-17 19:16:02 +01:00
21 lines
361 B
JSON
21 lines
361 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "system",
|
|
"target": "ES2015",
|
|
"lib": ["ES2015", "DOM"],
|
|
"sourceMap": false,
|
|
"outDir": "./temp",
|
|
"emitBOM": false,
|
|
"strict": true,
|
|
"alwaysStrict": false,
|
|
"removeComments": true
|
|
},
|
|
"files": [
|
|
"../shared/shared.ts",
|
|
"libmikmod.ts",
|
|
"libmikmodclib.ts",
|
|
"libmikmodprocessor.ts",
|
|
"missingtypes.ts"
|
|
]
|
|
}
|