chatpad/tsconfig.json

11 lines
186 B
JSON
Raw Permalink Normal View History

2023-03-17 19:58:39 +00:00
{
"include": ["src/**/*"],
"compilerOptions": {
"jsx": "react-jsx",
"esModuleInterop": true,
"lib": ["es2018", "dom"],
"strict": true,
"skipLibCheck": true
}
}