10 lines
174 B
JSON
10 lines
174 B
JSON
{
|
|
"include": ["src/index.ts"],
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "bin",
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
}
|
|
}
|