Files
carrramba-encore-rate/frontend/tsconfig.json
2023-01-30 22:07:20 +01:00

23 lines
517 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"
}
],
"lib": ["ES2021", "DOM"],
},
"include": ["src"]
}