This website works better with JavaScript
Home
Explore
Help
Sign In
archive
/
spine-runtimes
mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[ts] Fixed core tsconfig, excluding widget.js
badlogic
9 years ago
parent
698c4a1661
commit
b8509d7b8d
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
spine-ts/tsconfig.core.json
+ 1
- 0
spine-ts/tsconfig.core.json
View File
@@ -13,6 +13,7 @@
],
"exclude": [
"webgl/src/*.ts",
+ "widget/src/*.ts",
"build",
"build/*.d.ts"
]