UNPKG

489 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "ES2020",
4 "module": "commonjs",
5 "declaration": true,
6 "sourceMap": true,
7 "outDir": "./lib/",
8 "removeComments": true,
9 "importHelpers": true,
10 "noImplicitAny": true,
11 "noImplicitThis": true,
12 "alwaysStrict": true,
13 "noImplicitReturns": true,
14 "moduleResolution": "node",
15 "incremental": true
16 },
17 "exclude": [
18 "./spec",
19 "./lib"
20 ]
21}
\No newline at end of file