chronocat/packages/red/tsconfig.json
2024-03-05 20:07:23 +08:00

14 lines
224 B
JSON

{
"extends": "../../tsconfig.base",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"target": "ESNext",
"module": "ESNext",
"emitDeclarationOnly": false,
},
"include": [
"src",
],
}