18 lines
464 B
JSON
18 lines
464 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"declaration": true,
|
|
"diagnostics": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist/esm",
|
|
"rootDir": ".",
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "NodeNext",
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"allowImportingTsExtensions": true,
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|