ihealth-kit-registration/tsconfig.node.json
2023-04-22 23:00:38 +08:00

10 lines
178 B
JSON

{
"compilerOptions": {
"strictNullChecks": true,
"module": "NodeNext",
"jsx": "react",
"esModuleInterop": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
}