mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 09:27:13 +00:00
Update TS example
This commit is contained in:
parent
03f2e133b1
commit
d9d5d1a5d8
19
examples/typescript/index.d.ts
vendored
19
examples/typescript/index.d.ts
vendored
@ -1,19 +0,0 @@
|
||||
//Deleting this file will cause "TS18003: No inputs were found in config file 'tsconfig.json'"
|
||||
|
||||
//These declarations allow TypeScript to import non-js/ts files without the file extensions (such as .vue files)
|
||||
declare module "~components/*" {
|
||||
}
|
||||
|
||||
declare module "~layouts/*" {
|
||||
}
|
||||
|
||||
declare module "~pages/*" {
|
||||
}
|
||||
|
||||
declare module "~assets/*" {
|
||||
|
||||
}
|
||||
|
||||
declare module "~static/*" {
|
||||
|
||||
}
|
@ -4,7 +4,7 @@
|
||||
"dependencies": {
|
||||
"axios": "^0.16.1",
|
||||
"gsap": "^1.19.1",
|
||||
"nuxt": "latest",
|
||||
"nuxt": "^1.0.0-alpha2",
|
||||
"nuxt-class-component": "^1.0.1",
|
||||
"tachyons": "^4.7.0",
|
||||
"vue-class-component": "^5.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user