22 lines
488 B
JSON
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"]
|
|
}
|