nope/tsconfigBrowser.json

35 lines
672 B
JSON
Raw Normal View History

2021-09-02 06:20:26 +00:00
{
"compilerOptions": {
2021-11-12 07:57:03 +00:00
"target": "ES2019",
2021-09-02 06:20:26 +00:00
"lib": [
"esnext"
],
"allowJs": true,
"allowUnusedLabels": true,
"charset": "utf-8",
"experimentalDecorators": true,
"module": "ES2020",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": false,
"noImplicitReturns": true,
"outDir": "./dist",
"pretty": false,
"removeComments": true,
"rootDir": "./",
"stripInternal": true,
"downlevelIteration": true,
"noImplicitAny": false,
"declaration": true
},
"include": [
2021-11-12 07:57:03 +00:00
"lib"
2021-09-02 06:20:26 +00:00
],
"exclude": [
"node_modules",
"pages",
"backend-api",
"temp",
".next",
"dist"
]
}