20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"outDir": "dist/types",
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
},
|
|
"exclude": [
|
|
"**/*.test.*",
|
|
"**/tests/*",
|
|
"types",
|
|
"dist",
|
|
],
|
|
}
|