Initial commit
This commit is contained in:
commit
16a428e396
29 changed files with 7083 additions and 0 deletions
9
packages/i18n/tsconfig.json
Normal file
9
packages/i18n/tsconfig.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extends": ["../../tsconfig.common.json"],
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler"
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue