kopia lustrzana https://github.com/zhengkyl/qrframe
21 wiersze
445 B
JSON
21 wiersze
445 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"types": ["vinxi/types/client"],
|
|
"isolatedModules": true,
|
|
"paths": {
|
|
"~/*": ["./src/*"],
|
|
}
|
|
}
|
|
}
|