Files
platforms/frontend/delivery_admin/tsconfig.build.json

9 lines
199 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"files": ["src/app/main.ts", "src/vite-env.d.ts", "src/app/env.d.ts", "src/router/typings.d.ts"],
"include": []
}