chronocat/packages/red/tsconfig.json

14 lines
224 B
JSON
Raw Normal View History

2024-03-05 12:07:23 +00:00
{
"extends": "../../tsconfig.base",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"target": "ESNext",
"module": "ESNext",
"emitDeclarationOnly": false,
},
"include": [
"src",
],
}