2020-02-26 20:00:59 +03:00
|
|
|
{
|
2021-10-04 21:01:05 +03:00
|
|
|
"extends": "./tsconfig.base.json",
|
2020-02-26 20:00:59 +03:00
|
|
|
"compilerOptions": {
|
2021-03-30 10:51:37 +03:00
|
|
|
"jsx": "react-jsx",
|
2022-02-08 22:04:48 +03:00
|
|
|
"noEmit": true,
|
2020-11-03 18:16:38 +03:00
|
|
|
"baseUrl": "src"
|
2020-02-26 20:00:59 +03:00
|
|
|
},
|
2021-02-14 13:44:11 +03:00
|
|
|
"exclude": ["node_modules", "cypress"],
|
2021-10-04 21:01:05 +03:00
|
|
|
"include": ["src/**/*"]
|
2020-02-26 20:00:59 +03:00
|
|
|
}
|