therepo/packages/i18n/tsconfig.json
2025-08-15 14:00:52 +12:00

9 lines
170 B
JSON

{
"extends": ["../../tsconfig.common.json"],
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler"
},
"include": ["src"]
}