mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-19 23:29:06 +00:00
16 lines
251 B
JSON
16 lines
251 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./gen",
|
||
|
"allowJs": true,
|
||
|
"sourceMap": true,
|
||
|
"target": "es5",
|
||
|
"lib": [
|
||
|
"es2016",
|
||
|
"dom"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"./src/*.ts"
|
||
|
]
|
||
|
}
|