UNPKG
babel-plugin-show-source
Version:
latest (0.2.1)
0.2.1
0.1.4
0.1.3
0.1.1
0.1.0
Explicit Function.prototype.toString() via Babel
nouvist/babel-plugin-show-source
babel-plugin-show-source
/
tsconfig.json
13 lines
(12 loc)
•
250 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"strict"
:
true
,
"noImplicitAny"
:
true
,
"emitDeclarationOnly"
:
true
,
"declaration"
:
true
,
"declarationDir"
:
"./types"
,
"rootDir"
:
"./src"
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}