mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
ts: Remove typescript typings
This commit is contained in:
parent
384aebb67d
commit
2fba5bffd7
7
index.d.ts
vendored
7
index.d.ts
vendored
@ -1,7 +0,0 @@
|
|||||||
//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/*" {}
|
|
@ -14,7 +14,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"types": "./index.d.ts",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user