2021-11-18 13:09:18 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"**/*.test.tsx",
|
|
|
|
"**/*.test.ts",
|
|
|
|
"**/*.spec.tsx",
|
|
|
|
"**/*.spec.ts",
|
|
|
|
"src/test",
|
2022-07-29 14:22:08 +00:00
|
|
|
"dist"
|
2021-11-18 13:09:18 +00:00
|
|
|
],
|
|
|
|
"compilerOptions": {
|
2022-11-14 15:48:56 +00:00
|
|
|
"skipLibCheck": true,
|
2021-11-18 13:09:18 +00:00
|
|
|
"composite": false,
|
|
|
|
"incremental": false,
|
2021-11-26 15:14:10 +00:00
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"sourceMap": true
|
2022-02-08 11:05:56 +00:00
|
|
|
}
|
2021-11-18 13:09:18 +00:00
|
|
|
}
|