2022-06-03 08:09:47 -06:00
|
|
|
{
|
2024-02-21 17:49:10 +03:00
|
|
|
"extends": "./.config/tsconfig.json",
|
2024-01-08 13:50:19 +03:00
|
|
|
"include": ["src", "e2e-tests", "playwright.config.ts"],
|
2022-06-03 08:09:47 -06:00
|
|
|
"types": ["node", "@emotion/core"],
|
|
|
|
|
"compilerOptions": {
|
2024-09-02 14:48:23 +02:00
|
|
|
"composite": true,
|
|
|
|
|
"declaration": true,
|
2024-02-21 17:49:10 +03:00
|
|
|
"rootDir": "",
|
2022-06-03 08:09:47 -06:00
|
|
|
"typeRoots": ["./node_modules/@types"],
|
2024-01-08 14:57:01 +01:00
|
|
|
"noUnusedLocals": false,
|
|
|
|
|
"noUnusedParameters": false,
|
2022-06-03 08:09:47 -06:00
|
|
|
"strict": false,
|
|
|
|
|
"resolveJsonModule": true,
|
2023-11-29 06:16:13 +01:00
|
|
|
"noImplicitAny": false,
|
2024-01-03 14:37:01 +03:00
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"useDefineForClassFields": true
|
2022-06-03 08:09:47 -06:00
|
|
|
}
|
|
|
|
|
}
|