Files
2022-08-26 03:28:45 +03:00

12 lines
246 B
JSON

{
"compilerOptions": {
"target": "ES6",
"strict": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"moduleResolution": "Node",
"jsx": "react"
}
}