mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-04 20:05:57 +00:00
20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./gen",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
],
|
|
"noImplicitThis": false,
|
|
"noImplicitAny": false,
|
|
"alwaysStrict": true
|
|
},
|
|
"include": [
|
|
"./src/*.ts",
|
|
"./localForage/typings/*.ts"
|
|
]
|
|
}
|