git ssb

0+

Rômulo Alves / website



Tree: 9fe4692300e786f603d0456a8df7e201b1ce41ab

Files: 9fe4692300e786f603d0456a8df7e201b1ce41ab / tsconfig.json

533 bytesRaw
1{
2 "compilerOptions": {
3 "target": "es5",
4 "lib": [
5 "dom",
6 "dom.iterable",
7 "esnext"
8 ],
9 "allowJs": true,
10 "skipLibCheck": true,
11 "strict": false,
12 "forceConsistentCasingInFileNames": true,
13 "noEmit": true,
14 "esModuleInterop": true,
15 "module": "esnext",
16 "moduleResolution": "node",
17 "resolveJsonModule": true,
18 "isolatedModules": true,
19 "jsx": "preserve"
20 },
21 "include": [
22 "next-env.d.ts",
23 "**/*.ts",
24 "**/*.tsx"
25 ],
26 "exclude": [
27 "node_modules"
28 ]
29}
30

Built with git-ssb-web