Tldraw/tsconfig.json

22 wiersze
555 B
JSON
Czysty Zwykły widok Historia

2021-05-09 12:03:39 +00:00
{
"compilerOptions": {
"target": "es2015",
2021-05-09 12:03:39 +00:00
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"rootDir": ".",
"baseUrl": "."
},
2021-06-21 21:35:28 +00:00
"exclude": ["node_modules", ".next", "out"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"]
2021-05-09 12:03:39 +00:00
}