2023-08-19 01:43:36 +08:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2023-08-24 23:55:16 +08:00
|
|
|
"skipLibCheck": false,
|
2023-08-19 01:43:36 +08:00
|
|
|
"rootDir": "./src",
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src/**/*.ts"
|
|
|
|
],
|
2023-08-24 23:55:16 +08:00
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"dist"
|
|
|
|
]
|
2023-08-19 01:43:36 +08:00
|
|
|
}
|