moved typings to the top level package.json

This commit is contained in:
Eugene Pankov
2019-07-04 11:32:24 +02:00
parent f49f37992d
commit 0bd1700872
18 changed files with 59 additions and 1032 deletions

View File

@@ -29,7 +29,10 @@ module.exports = {
loader: 'awesome-typescript-loader',
query: {
configFileName: path.resolve(__dirname, 'tsconfig.json'),
typeRoots: [path.resolve(__dirname, 'node_modules/@types')],
typeRoots: [
path.resolve(__dirname, 'node_modules/@types'),
path.resolve(__dirname, '../node_modules/@types')
],
paths: {
"terminus-*": [path.resolve(__dirname, '../terminus-*')],
"*": [