tldraw/packages/dev/tsconfig.json
2021-08-10 18:19:30 +01:00

11 lines
250 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["src"],
"exclude": ["node_modules", "**/*.test.ts", "dist"],
"compilerOptions": {
"jsx": "preserve",
"lib": ["dom", "esnext"],
"module": "esnext",
"outDir": "./dist/types"
}
}