This website requires JavaScript.
Explore
Help
Sign In
Bram
/
BangleApps
forked from
FOSS/BangleApps
Watch
1
Star
0
Fork
You've already forked BangleApps
0
Code
Pull Requests
Activity
83d445c1a2
BangleApps
/
typescript
/
tsconfig.json
8 lines
105 B
JSON
Raw
Normal View
History
Unescape
Escape
move dev dependencies to main package.json, get first compiling version of test widget - i still want to be able to get the types ambiently defined without any weird import needed - it would be nice to be able to have a separate package.json in ./typescirpt. not sure if it's possible, I would move working on that part to the end
2021-12-08 19:22:39 +00:00
{
"compilerOptions"
:
{
"module"
:
"es2015"
,
"noImplicitAny"
:
true
,
"target"
:
"es2015"
}
}