Files
dwellops-platform/packages/config/tsconfig/node.json
2026-03-10 21:30:52 -03:00

11 lines
218 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "Bundler"
}
}