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