konobangu/packages/email/tsconfig.json
2025-06-13 00:09:18 +08:00

19 lines
363 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"composite": true,
"jsx": "react-jsx",
"jsxImportSource": "react",
"module": "ESNext",
"moduleResolution": "bundler"
},
"include": [
"./*.ts",
"./*.tsx",
"./templates/**/*.ts",
"./templates/**/*.tsx"
],
"exclude": ["node_modules"]
}