Urara-Blog/tsconfig.node.json
Sevichecc 330de1dee2 init
2022-08-01 13:50:59 +08:00

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"]
}