forked from prehistoric-systems/chatpad
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
|
||
|
|
}
|
||
|
|
}
|