hexo_s/tsconfig.node.json

12 lines
231 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"declaration": false,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"include": ["urara.ts"]
}