1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-26 21:29:33 +00:00
8bitworkshop/tsconfig.json
2018-07-05 21:23:08 -05:00

16 lines
251 B
JSON

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