Skip to main content
Module

x/effector/jsconfig.json

Business logic with ease ☄️
Go to Latest
File
{ "compilerOptions": { "target": "esnext", "module": "es2015", "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "skipLibCheck": false, "noLib": false, "skipDefaultLibCheck": false, "checkJs": true, "alwaysStrict": true, "strict": true, "paths": { "most": ["./flow/most.js"] } }, "typeAcquisition": { "enable": true }, "include": [ "src", "flow" ], "exclude": [ "node_modules", "lib", "es" ]}