mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 04:59:30 +08:00
11 lines
271 B
JSON
11 lines
271 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"declaration": false,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["urara.ts", "svelte.config.ts", "mdsvex.config.ts"]
|
|
}
|