Enabled declarations in tsconfig to be true
This commit is contained in:
@ -8,7 +8,8 @@
|
||||
"outDir": "../build",
|
||||
"sourceRoot": "./",
|
||||
"rootDir": "./",
|
||||
"module": "commonjs"
|
||||
"module": "commonjs",
|
||||
"declaration": true
|
||||
},
|
||||
"exclude": [
|
||||
"tests"
|
||||
|
Reference in New Issue
Block a user