chatbot-template/tsconfig.migration.json

12 lines
247 B
JSON
Raw Normal View History

2023-05-22 12:14:37 -04:00
{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node",
"target": "ES2020",
"jsx": "react",
"strictNullChecks": true,
"strictFunctionTypes": true
},
"exclude": ["node_modules", "**/node_modules/*"]
}