@gongt/ts-stl-client
Version:
15 lines (14 loc) • 384 B
JSON
{
"extends": "./tsconfig.build.json",
"compileOnSave": true,
"compilerOptions": {
"target": "esnext",
"outDir": "../build-package/node_modules/@gongt/ts-stl-client",
"rootDir": "./",
"baseUrl": "../",
"paths": {
"@gongt/ts-stl-library/*": ["./build-package/node_modules/@gongt/ts-stl-library/*"]
}
},
"exclude": ["node_modules", "jspm_packages", "globals.d.ts"]
}