corretto altro ts...

ora manca ancora il vuelidate
This commit is contained in:
paolo
2018-11-08 01:09:33 +01:00
parent 6811202571
commit 6522a88eb7
34 changed files with 537 additions and 339 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"listEmittedFiles": false,
"module": "es2015",
"module": "esnext",
"moduleResolution": "Node",
"target": "es2015",
"strict": true,
@@ -26,6 +26,7 @@
},
"include": [
"src/**/*.ts",
"src/**/*.html",
"src/**/*.vue",
"test/**/*.ts"
],
@@ -33,5 +34,8 @@
".quasar",
"dist",
"node_modules"
],
"files": [
"./shims-vue.d.ts"
]
}