Tldraw/packages/tldraw/tsconfig.json

13 wiersze
272 B
JSON
Czysty Zwykły widok Historia

2021-08-10 16:12:55 +00:00
{
"extends": "../../tsconfig.json",
"include": ["src"],
"exclude": ["node_modules", "**/*.test.ts", "dist"],
"compilerOptions": {
2021-08-11 21:11:23 +00:00
"rootDir": "src",
2021-08-10 16:12:55 +00:00
"jsx": "preserve",
"lib": ["dom", "esnext"],
"module": "esnext",
2021-08-11 21:11:23 +00:00
"outDir": "./dist/types"
2021-08-10 16:12:55 +00:00
}
}