react-unistore
Version:
778b connector between React and unistore
22 lines (21 loc) • 467 B
JSON
{
"compilerOptions": {
"lib": ["es2017", "dom"],
"jsx": "react",
"module": "commonjs",
"esModuleInterop": true,
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"baseUrl": ".",
"paths": {
"*": ["*"]
}
},
"include": ["src/**/*.ts"],
"exclude": ["**/*.test.ts"]
}