UNPKG
fuck-around-and-find-out
Version:
latest (1.0.1)
1.0.1
1.0.0
Instead of trying and catching, go ahead and fuck around if you wanna find out.
fuck-around-and-find-out
/
tsconfig.json
14 lines
•
247 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"CommonJS"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"rootDir"
:
"./"
}
,
"exclude"
:
[
"node_modules"
]
}