This repository has been archived on 2024-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
|
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"lib": [
|
|
"es5",
|
|
"es6",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
} |