24 lines
558 B
JSON
24 lines
558 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2015",
|
||
|
"allowJs": true,
|
||
|
"skipLibCheck": true,
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strict": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"resolveJsonModule": true,
|
||
|
"isolatedModules": true,
|
||
|
"noEmit": true,
|
||
|
"jsx": "preserve",
|
||
|
"jsxImportSource": "solid-js"
|
||
|
},
|
||
|
"files": [
|
||
|
"./node_modules/solid-scripts/types/solid-app.d.ts"
|
||
|
],
|
||
|
"include": [
|
||
|
"src"
|
||
|
]
|
||
|
}
|