15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "app/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
|
|
}
|