Urara-Blog/tsconfig.node.json
2022-08-14 14:10:39 +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"]
}