mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules", ".react-email"]
|
|
}
|