mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:39:30 +08:00
17 lines
328 B
Text
17 lines
328 B
Text
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"noImplicitAny": true,
|
|
"module": "es2022",
|
|
"target": "es2022",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@sveltejs/kit": ["../kit/types/index"]
|
|
}
|
|
},
|
|
"include": ["index.js"]
|
|
}
|