2021-05-19 11:49:48 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.build.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": false,
|
2022-06-27 16:57:50 +00:00
|
|
|
"rootDir": ".",
|
2021-05-19 11:49:48 +00:00
|
|
|
},
|
|
|
|
"include": [
|
2022-06-27 16:57:50 +00:00
|
|
|
"**/*.d.ts",
|
|
|
|
".eslintrc.js",
|
2021-05-19 11:49:48 +00:00
|
|
|
"__jest__",
|
|
|
|
"cli",
|
|
|
|
"fixtures",
|
2022-06-27 16:57:50 +00:00
|
|
|
"jest.config.js",
|
2021-12-17 12:05:14 +00:00
|
|
|
"playwright",
|
2022-06-27 16:57:50 +00:00
|
|
|
"playwright.config.ts",
|
2021-05-19 11:49:48 +00:00
|
|
|
"server",
|
2022-06-27 16:57:50 +00:00
|
|
|
"tests",
|
2022-05-17 12:18:06 +00:00
|
|
|
],
|
|
|
|
"exclude": [
|
2022-06-27 16:57:50 +00:00
|
|
|
"dist",
|
|
|
|
],
|
2021-05-19 11:49:48 +00:00
|
|
|
}
|