2023-10-02 19:12:30 +00:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig",
|
2024-05-07 01:18:56 +00:00
|
|
|
"include": [ "src/" ],
|
2023-10-02 19:12:30 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "build-module",
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"declarationDir": "./build-types",
|
2024-05-07 01:18:56 +00:00
|
|
|
"typeRoots": [ "./typings", "./node_modules/@types" ]
|
2023-10-02 19:12:30 +00:00
|
|
|
}
|
|
|
|
}
|