16 lines
287 B
JSON
16 lines
287 B
JSON
{
|
|
"extends": "@itsmapleleaf/configs/tsconfig.base",
|
|
"compilerOptions": {
|
|
"noImplicitOverride": true,
|
|
"jsx": "react-jsx"
|
|
},
|
|
"exclude": [
|
|
"**/node_modules/**",
|
|
"**/coverage/**",
|
|
"**/dist/**",
|
|
"**/.cache/**",
|
|
"**/api/_build/**",
|
|
"**/public/**"
|
|
]
|
|
}
|