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