11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./lib"
|
|
},
|
|
"include": ["lib/**/*"],
|
|
"exclude": ["node_module", "dist", "test"]
|
|
}
|