- Converting all to Typescript
- Installing 1.0.0.beta Quasar Upgrade - (Part 1 - Upgrade Components)
This commit is contained in:
7
src/env.d.ts
vendored
Normal file
7
src/env.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NODE_ENV: string
|
||||
VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined
|
||||
VUE_ROUTER_BASE: string | undefined
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user