UNPKG
config-pro
Version:
latest (1.0.0-alpha.1)
1.0.0-alpha.1
A super
github.com/saqqdy/config-pro
saqqdy/config-pro
config-pro
/
src
/
tsconfig.json
13 lines
(12 loc)
•
335 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../tsconfig.json"
,
"include"
: [
"./**/*.ts"
,
"../typings"
,
"./*.d.ts"
],
"exclude"
: [
"node_modules"
,
"**/__tests__"
,
"../temp"
],
"compilerOptions"
: {
"target"
:
"es6"
,
"outDir"
:
"../lib"
,
//
"module"
:
"commonjs"
,
//
"lib"
: [
"ESNext"
,
"dom"
],
"sourceMap"
:
true
} }