UNPKG
meteor-typings
Version:
latest (1.4.1)
1.4.1
1.3.1
1.3.0
Type definitions for Meteor
github.com/meteor-typings/meteor
meteor-typings/meteor
meteor-typings
/
1.4
/
test
/
tsconfig.json
12 lines
(11 loc)
•
159 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"noEmit"
:
true
,
"noImplicitAny"
:
true
}
,
"files"
:
[
"test.ts"
,
"../out/main.d.ts"
]
}