text-processing-algorithms/tsconfig.json

15 lines
216 B
JSON
Raw Permalink Normal View History

2026-01-21 11:37:28 -08:00
{
"extends": "@lilith/configs/typescript/esm.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
]
}