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