typescript on frontend

This commit is contained in:
Jan Prochazka
2020-01-09 22:30:53 +01:00
parent 20a55fdd7c
commit c819aac098
17 changed files with 139 additions and 44 deletions

View File

@@ -22,6 +22,7 @@
"ts": "tsc"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"nodemon": "^2.0.2",
"typescript": "^3.7.4"
}

View File

@@ -5,10 +5,7 @@
"checkJs": true,
"noEmit": true
},
"files": [
"src/index.js",
"src/engines/mssql/index.js",
"src/engines/mysql/index.js",
"src/engines/postgres/index.js"
"include": [
"src"
]
}

View File

@@ -46,6 +46,11 @@
esutils "^2.0.2"
js-tokens "^4.0.0"
"@types/lodash@^4.14.149":
version "4.14.149"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440"
integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ==
"@types/node@*":
version "13.1.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.1.2.tgz#fe94285bf5e0782e1a9e5a8c482b1c34465fa385"