UNPKG

384 BJSONView Raw
1{
2 "extends": "./tsconfig.build.json",
3 "compileOnSave": true,
4 "compilerOptions": {
5 "target": "esnext",
6 "outDir": "../build-package/node_modules/@gongt/ts-stl-client",
7 "rootDir": "./",
8 "baseUrl": "../",
9 "paths": {
10 "@gongt/ts-stl-library/*": ["./build-package/node_modules/@gongt/ts-stl-library/*"]
11 }
12 },
13 "exclude": ["node_modules", "jspm_packages", "globals.d.ts"]
14}