mypertamina-microsite-web/tsconfig.node.json
2026-02-26 16:55:33 +07:00

10 lines
206 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}