mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-25 18:33:11 +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"
|
|
]
|
|
}
|