mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-06 04:21:32 +00:00
17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"noImplicitAny": true,
|
|
"module": "esnext",
|
|
"target": "es2022",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["app/adapter/index.js", "index.js"]
|
|
}
|