mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"esModuleInterop": true,
|
|
"lib": ["es2018", "dom"],
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|