2022-09-16 21:50:55 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"strict": true,
|
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"jsx": "preserve",
|
|
|
|
"jsxImportSource": "solid-js",
|
|
|
|
"types": ["vite/client"],
|
|
|
|
"noEmit": true,
|
2022-10-13 18:09:45 +02:00
|
|
|
"isolatedModules": true,
|
|
|
|
"plugins": [{ "name": "typescript-plugin-css-modules" }],
|
|
|
|
"noImplicitAny": false
|
2022-09-16 21:50:55 +02:00
|
|
|
}
|
|
|
|
}
|