2022-02-27 00:13:35 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "app/",
|
|
|
|
"sourceMap": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"module": "es6",
|
|
|
|
"target": "es5",
|
|
|
|
"jsx": "react",
|
|
|
|
"allowJs": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"allowSyntheticDefaultImports": true
|
2022-03-18 20:17:32 +00:00
|
|
|
},
|
|
|
|
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
|
2022-02-27 00:13:35 +00:00
|
|
|
}
|