21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"jsxImportSource": "solid-js",
|
|
"jsx": "preserve",
|
|
"strict": true,
|
|
"baseUrl": "./",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
},
|
|
"types": [
|
|
"@modyfi/vite-plugin-yaml/modules"
|
|
],
|
|
}
|
|
}
|