mirror of
https://github.com/interstellar750/hexo_s
synced 2024-12-09 20:03:50 +08:00
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"declaration": false,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["urara.ts"]
|
|
}
|