Files
reacord/tsconfig.json
2021-12-29 11:45:40 -06:00

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/**"
]
}