@criipto/verify-react
Version:
Verify SDK for React Single Page Applications
16 lines (15 loc) • 337 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"target": "es6",
"jsx": "react-jsx",
"module": "es2015",
"moduleResolution": "bundler",
"verbatimModuleSyntax": true,
"strict": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["src/**/*.stories.*"]
}