@sho-js/react-cpa
Version:
React CPA Integration
21 lines (20 loc) • 458 B
JSON
{
"compilerOptions": {
"target": "es2017",
"jsx": "react",
"sourceMap": true,
"removeComments": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"declaration": true,
"declarationDir": "build",
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"exclude": [
"./node_modules/**/*",
"./tests/output/**/*"
]
}