2019-05-14 22:25:46 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.package.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src.ts",
|
2019-08-25 06:39:20 +00:00
|
|
|
"outDir": "./lib/"
|
2019-05-14 22:25:46 +00:00
|
|
|
},
|
|
|
|
"include": [
|
2019-08-25 06:39:20 +00:00
|
|
|
"./src.ts/*.ts",
|
|
|
|
"./thirdparty.d.ts"
|
2019-05-14 22:25:46 +00:00
|
|
|
],
|
2019-08-25 06:39:20 +00:00
|
|
|
"exclude": []
|
2019-05-14 22:25:46 +00:00
|
|
|
}
|