码桶

发现社区成员的开源项目

奶狗 /

ng-webot

公开
main
ng-webot/web/tsconfig.node.json
tsconfig.node.json265 B
{
  "compilerOptions": {
    "composite": true,
    "skipLibCheck": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "noEmit": true
  },
  "include": ["vite.config.ts"]
}