feat: monorepo
This commit is contained in:
11
packages/email/tsconfig.json
Normal file
11
packages/email/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "@kan/tsconfig/internal-package.json",
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules"],
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"module": "ESNext"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user