Files
dukang/packages/domain/tsconfig.json
T
2026-08-04 21:38:49 +08:00

14 lines
255 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}