Initial commit
This commit is contained in:
commit
3165625fb7
29 changed files with 7080 additions and 0 deletions
9
packages/i18n/tests/tsconfig.json
Normal file
9
packages/i18n/tests/tsconfig.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"resolveJsonModule": true,
|
||||
"noEmit": true,
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": ["./**/*", "./**/*.json"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue