Files
zopu-code/repos/effect/packages/tools/jsdocs/tsconfig.json

9 lines
172 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"types": ["node"]
}
}