2023-07-17 17:25:14 +00:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig",
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "build-module",
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"declarationDir": "./build-types",
|
|
|
|
"typeRoots": [
|
|
|
|
"./node_modules/@types"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"include": [
|
2024-10-23 11:48:36 +00:00
|
|
|
"typings/**/*",
|
2023-07-17 17:25:14 +00:00
|
|
|
"src/**/*",
|
|
|
|
]
|
|
|
|
}
|