UNPKG
typescript-ast-query-editor
Version:
latest (0.0.1)
0.0.1
TypeScript AST viewer and Advance Query editor
typescript-ast-query-editor
/
tsconfig.json
16 lines
(15 loc)
•
265 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"lib"
:
[
"esnext"
,
"dom"
]
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"./dist"
,
"rootDir"
:
"."
,
}
,
"include"
:
[
"src"
,
"test"
]
}