1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-07 01:29:30 +00:00
8bitworkshop/tsconfig.json
2018-07-07 09:17:16 -05:00

17 lines
289 B
JSON

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