Tldraw/packages/tldraw/tsconfig.build.json

21 wiersze
363 B
JSON
Czysty Zwykły widok Historia

2021-08-14 15:46:21 +00:00
{
2021-08-14 16:17:29 +00:00
"extends": "./tsconfig.json",
2021-08-14 15:46:21 +00:00
"exclude": [
"node_modules",
"**/*.test.tsx",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.spec.ts",
2021-08-14 16:17:29 +00:00
"src/test",
"dist"
2021-08-30 18:10:30 +00:00
],
"compilerOptions": {
2022-02-03 10:57:03 +00:00
"skipLibCheck": true,
"composite": false,
2021-09-05 10:40:19 +00:00
"incremental": false,
"declaration": true,
"declarationMap": true,
"sourceMap": true
}
2021-08-14 15:46:21 +00:00
}