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