Files
carrramba-encore-rate/frontend/tsconfig.json
2023-01-22 16:53:45 +01:00

22 lines
488 B
JSON

{
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"noImplicitAny": true,
"target": "ES6",
"moduleResolution": "node",
"allowJs": true,
"outDir": "build",
"strict": true,
"types": ["vite/client"],
"noEmit": true,
"isolatedModules": true,
"plugins": [
{
"name": "typescript-eslint-language-service"
}
]
},
"include": ["src"]
}