2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2020-09-23 06:18:45 +03:00
|
|
|
"outDir": "./lib/",
|
|
|
|
"rootDir": "./src.ts"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
2020-09-23 06:18:45 +03:00
|
|
|
"exclude": [],
|
|
|
|
"extends": "../../tsconfig.package.json",
|
2019-05-15 01:25:46 +03:00
|
|
|
"include": [
|
2019-08-25 09:39:20 +03:00
|
|
|
"./thirdparty.d.ts",
|
|
|
|
"./src.ts/*.ts"
|
2020-09-23 06:18:45 +03:00
|
|
|
]
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|