13 lines
234 B
JSON
13 lines
234 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"strict": true,
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"target": "esnext",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"noEmit": true,
|
||
|
|
"skipLibCheck": true
|
||
|
|
},
|
||
|
|
"include": ["./src/**/*"]
|
||
|
|
}
|