2019-05-14 18:25:46 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2020-09-22 23:18:45 -04:00
|
|
|
"outDir": "./lib/",
|
|
|
|
"rootDir": "./src.ts"
|
2019-05-14 18:25:46 -04:00
|
|
|
},
|
2020-09-22 23:18:45 -04:00
|
|
|
"exclude": [],
|
|
|
|
"extends": "../../tsconfig.package.json",
|
2019-05-14 18:25:46 -04:00
|
|
|
"include": [
|
2020-03-12 18:53:34 +01:00
|
|
|
"./src.ts/*.ts",
|
|
|
|
"./thirdparty.d.ts"
|
2020-09-22 23:18:45 -04:00
|
|
|
]
|
2019-05-14 18:25:46 -04:00
|
|
|
}
|