ts: Remove typescript typings

This commit is contained in:
Sebastien Chopin 2017-08-21 17:40:40 +02:00
parent 384aebb67d
commit 2fba5bffd7
2 changed files with 0 additions and 8 deletions

7
index.d.ts vendored
View File

@ -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/*" {}

View File

@ -14,7 +14,6 @@
} }
], ],
"main": "./index.js", "main": "./index.js",
"types": "./index.d.ts",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",