16 lines
No EOL
280 B
JSON
16 lines
No EOL
280 B
JSON
{
|
|
"include": [
|
|
"./src",
|
|
"index.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"jsx": "react-jsx",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
}
|
|
} |