1
mirror of https://github.com/interstellar750/hexo_s synced 2024-09-08 01:32:38 +08:00
hexo_s/tsconfig.node.json

12 lines
231 B
JSON
Raw Permalink Normal View History

2022-10-15 22:50:57 +08:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"declaration": false,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"include": ["urara.ts"]
2022-10-15 22:50:57 +08:00
}