chore: update tsconfig, remove license

This commit is contained in:
Braks
2022-05-22 22:46:47 +02:00
parent a90bbb9b5e
commit cbb94ba7c8
3 changed files with 3 additions and 15 deletions
-6
View File
@@ -24,12 +24,6 @@
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"vueCompilerOptions": {
"plugins": [
// Transform paths in output .d.ts files (Include this line if you output declarations files)
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"include": ["./src"],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "./tsconfig.node.json" }]