its-personal/tsconfig.node.json

12 lines
231 B
JSON
Raw Permalink Normal View History

2024-04-28 11:44:18 +00:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"declaration": false,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"include": ["urara.ts"]
}