{
"extends": "../shared/tsconfig",
"compilerOptions": {
"paths": {
"jslib-common/*": ["../common/src/*"]
}
},
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]