feat: implement gas and delivery admin systems
This commit is contained in:
44
frontend/gas_admin/tsconfig.json
Normal file
44
frontend/gas_admin/tsconfig.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
},
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.d.ts",
|
||||
"src/app/**/*",
|
||||
"src/api/platform.ts",
|
||||
"src/api/user.ts",
|
||||
"src/api/message.ts",
|
||||
"src/assets/**/*",
|
||||
"src/components/**/*",
|
||||
"src/config/**/*",
|
||||
"src/constants/**/*",
|
||||
"src/directive/**/*",
|
||||
"src/hooks/**/*",
|
||||
"src/layout/**/*",
|
||||
"src/locale/**/*",
|
||||
"src/plugins/**/*",
|
||||
"src/router/**/*",
|
||||
"src/store/**/*",
|
||||
"src/types/**/*",
|
||||
"src/utils/**/*",
|
||||
"src/views/login/**/*",
|
||||
"src/views/not-found/**/*",
|
||||
"src/views/platform/**/*",
|
||||
"src/views/redirect/**/*",
|
||||
"config/**/*"
|
||||
],
|
||||
"exclude": ["node_modules", "src/App.vue", "src/mocks/**/*", "src/views/dashboard/**/*", "src/views/exception/**/*", "src/views/form/**/*", "src/views/list/**/*", "src/views/profile/**/*", "src/views/result/**/*", "src/views/user/**/*", "src/views/visualization/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user