cat data mocking

This commit is contained in:
Peace
2025-06-05 00:39:03 +09:00
parent 315bcb23a7
commit 4a5092007f
6 changed files with 153 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
//* https://www.staging-typescript.org/tsconfig
{
"compilerOptions": {
"strict": true,
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES5",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./src",
"incremental": true
},
"include": ["src/**/*"]
}