chronocat/packages/red/tsconfig.json

14 lines
224 B
JSON

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