mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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",
|
||||
"types": "./index.d.ts",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user