14 lines
202 B
JSON
14 lines
202 B
JSON
{
|
|
"extends": "../../tsconfig.package.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src.ts",
|
|
"outDir": "./"
|
|
},
|
|
"include": [
|
|
"./thirdparty.d.ts",
|
|
"./src.ts/*"
|
|
],
|
|
"exclude": [ ]
|
|
}
|
|
|