1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-03 04:29:33 +00:00
8bitworkshop/tsconfig.json

16 lines
251 B
JSON
Raw Normal View History

{
"compilerOptions": {
"outDir": "./gen",
"allowJs": true,
"sourceMap": true,
"target": "es5",
"lib": [
"es2016",
"dom"
]
},
"include": [
"./src/*.ts"
]
}