Newer
Older
gasAlarmH5 / tsconfig.node.json
liyaguang on 8 Sep 2023 213 bytes 家用燃气
{
  "compilerOptions": {
    "composite": true,
    "skipLibCheck": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "allowSyntheticDefaultImports": true
  },
  "include": ["vite.config.ts"]
}