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

9 lines
164 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"resolveJsonModule": true,
"noEmit": true,
"rootDir": "."
},
"include": ["./**/*", "./**/*.json"]
}