Coffee Required Git
coffeerequired
tvemesto-flowx / tsconfig.json
24 lines 576 B
Raw
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{ class="c-str">"compilerOptions": { class="c-str">"target": class="c-str">"ES2017", class="c-str">"lib": [class="c-str">"dom", class="c-str">"dom.iterable", class="c-str">"esnext"], class="c-str">"allowJs": true, class="c-str">"skipLibCheck": true, class="c-str">"strict": true, class="c-str">"noEmit": true, class="c-str">"esModuleInterop": true, class="c-str">"module": class="c-str">"esnext", class="c-str">"moduleResolution": class="c-str">"bundler", class="c-str">"resolveJsonModule": true, class="c-str">"isolatedModules": true, class="c-str">"jsx": class="c-str">"preserve", class="c-str">"incremental": true, class="c-str">"plugins": [{ class="c-str">"name": class="c-str">"next" }], class="c-str">"paths": { class="c-str">"@class="c-comclass="c-str">">/*": [class="c-str">"./src/*"] } }, class="c-str">"include": [class="c-str">"next-env.d.ts", class="c-str">"**/*.ts", class="c-str">"**class="c-comclass="c-str">">/*.tsx", class="c-str">".next/types/**/*.ts"], class="c-str">"exclude": [class="c-str">"node_modules"] }