12 lines
296 B
JSON
12 lines
296 B
JSON
{
|
|
"extends": "@repo/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"allowImportingTsExtensions": false,
|
|
"baseUrl": ".",
|
|
"jsx": "react"
|
|
},
|
|
"include": ["**/*.ts", "./index.ts", "modules/mail-templates/VerificationCode.tsx"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|