Move to monorepo for React Native!
This commit is contained in:
15
packages/backend/tsconfig.json
Normal file
15
packages/backend/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"target": "es2022",
|
||||
"allowJs": true,
|
||||
"composite": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": false,
|
||||
"moduleResolution": "bundler",
|
||||
"module": "ESNext",
|
||||
"jsx": "preserve",
|
||||
"strict": true
|
||||
},
|
||||
"include": ["./**/*.ts", "./**/*.tsx"]
|
||||
}
|
Reference in New Issue
Block a user