UNPKG
boltjs-preview
Version:
latest (1.0.2-final-1)
1.0.2-final-1
1.0.1
1.0.0
The modern web framework to build comprehensive web apps with native speeds
boltjs-preview
/
jsconfig.json
7 lines
•
106 B
JSON
View Raw
1
2
3
4
5
6
7
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
}
,
"include"
:
[
"*"
]
}