UNPKG

354 BJSONView Raw
1{
2 "compilerOptions": {
3 "outDir": "./lib",
4 "rootDir": "./src",
5 "allowJs": true,
6 "sourceMap": true,
7 "inlineSources": true,
8 "esModuleInterop": true,
9 "importHelpers": true,
10 "target": "ES5"
11 },
12 "ts-node": {
13 "compilerOptions": {
14 "rootDir": "."
15 }
16 },
17 "include": ["src/**/*"],
18 "exclude": ["node_modules"]
19}
\No newline at end of file