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