therepo/packages/i18n/tests/tsconfig.json

10 lines
202 B
JSON

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