2020-10-08 15:20:54 +00:00
|
|
|
{
|
2021-10-01 13:11:45 +00:00
|
|
|
"include": ["src", "../../types"],
|
2020-10-08 15:20:54 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "esnext",
|
2021-10-08 17:24:11 +00:00
|
|
|
"lib": ["ES2020"],
|
2020-10-08 15:20:54 +00:00
|
|
|
"importHelpers": true,
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"rootDir": "./src",
|
|
|
|
"strict": false,
|
|
|
|
"noUnusedLocals": false,
|
|
|
|
"noUnusedParameters": false,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"jsx": "react",
|
|
|
|
"esModuleInterop": true
|
|
|
|
}
|
|
|
|
}
|