19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
|
|
"jsx": "react",
|
|
"module": "ESNext",
|
|
"declaration": true,
|
|
"declarationDir": "types",
|
|
"sourceMap": false,
|
|
"outDir": "dist",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|