rts-sim-testing-client/tsconfig.json

9 lines
166 B
JSON
Raw Normal View History

2023-07-03 13:16:08 +08:00
{
"extends": "@quasar/app-vite/tsconfig-preset",
"compilerOptions": {
"baseUrl": "."
},
"include": ["src/**/*"],
"exclude": ["/graphic-pixi/*/**.ts"]
}