1
mirror of https://github.com/interstellar750/hexo_s synced 2024-07-27 09:21:23 +08:00
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"]
}