Files
Reactive-Resume/apps/artboard/tsconfig.json
Amruth Pillai 1aaaaeca20 format files
2024-01-21 10:44:22 +01:00

19 lines
346 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["vite/client"],
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json",
},
],
"extends": "../../tsconfig.base.json",
}