2024-04-11 00:51:52 +08:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2024-05-22 22:00:58 +08:00
|
|
|
"module": "CommonJS",
|
2024-04-11 00:51:52 +08:00
|
|
|
"outDir": "./lib",
|
|
|
|
"baseUrl": ".",
|
2024-05-04 18:54:17 +08:00
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
2024-04-11 00:51:52 +08:00
|
|
|
"noEmit": false,
|
|
|
|
},
|
|
|
|
"include": ["./src/**/*"]
|
|
|
|
}
|