-
Notifications
You must be signed in to change notification settings - Fork 30
/
.flowconfig
39 lines (38 loc) · 1.04 KB
/
.flowconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[ignore]
.*/node_modules/
.*/node_modules/npm
.*/node_modules/babel-plugin-flow-runtime
.*/node_modules/jsonlint
.*/dist/module
./build-identity-iframe.js
./iframes/identity/identity.js
.*/src/lib/tag-parsers/.*
.*/test/lib/tag-parsers/.*
.*/test/tracker/set-user.test.js
.*/test/tracker/custom-event.test.js
.*/test/tracker/remove-from-cart.test.js
.*/test/tracker/add-to-cart.test.js
.*/test/tracker/track.test.js
.*/test/local-storage/local-storage-utils.test.js
.*/test/tracker-component.test.js
.*/test/.*
.*/node_modules/@krakenjs/belter
<PROJECT_ROOT>/webpack.dev.mjs
[untyped]
.*/src/lib/jetlore
.*/src/storeCash.js
.*/src/lib/iframe-tools/*
.*/node_modules/belter/src/*
.*/src/lib/local-storage/identity.js
[include]
[libs]
flow-typed
src/declarations.js
node_modules/@paypal/sdk-client/src/declarations.js
node_modules/post-robot/src/declarations.js
[options]
module.name_mapper='^src\(.*\)$' -> '<PROJECT_ROOT>/src/\1'
experimental.const_params=false
esproposal.export_star_as=enable
esproposal.optional_chaining=enable
esproposal.nullish_coalescing=enable