Skip to content

Commit 0f55eba

Browse files
committed
add (dts)
1 parent 11786e5 commit 0f55eba

File tree

9 files changed

+146
-307
lines changed

9 files changed

+146
-307
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# build
22
/lib/*
3+
/ts-temp
34

45
# node
56
node_modules

package-lock.json

+114-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"atma-io-middleware-importer": "^1.1.37",
3232
"atma-io-middleware-uglify": "^1.1.21",
3333
"atma-loader-ts": "^1.1.11",
34+
"dts-bundle": "^0.7.3",
3435
"jsdoc-to-markdown": "git+https://github.com/tenbits/jsdoc-to-markdown"
3536
},
3637
"scripts": {
@@ -40,7 +41,8 @@
4041
"build-dev": "app-bundler --inspect-brk",
4142
"release": "atma release",
4243
"server": "atma server --TEST",
43-
"examples": "atma server --TEST"
44+
"examples": "atma server --TEST",
45+
"dts": "tsc -p . && atma custom tools/build-dts"
4446
},
4547
"keywords": [],
4648
"atma": {

0 commit comments

Comments
 (0)