2021-06-03 18:58:57 +02:00
|
|
|
{
|
2022-01-17 13:21:20 +01:00
|
|
|
"extends": "../shared/tsconfig",
|
2021-06-03 18:58:57 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"paths": {
|
|
|
|
"jslib-common/*": ["../common/src/*"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"include": ["src", "spec"],
|
|
|
|
"exclude": ["node_modules", "dist"]
|
|
|
|
}
|