mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-10-31 23:09:49 +00:00
20 lines
387 B
JSON
20 lines
387 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"
|
|
]
|
|
}
|