15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"outDir": "./dist-build",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src-build"],
|
|
"exclude": ["node_modules", "**/__tests__/*"]
|
|
}
|