tldraw/packages/dev/tsconfig.json

12 lines
250 B
JSON
Raw Normal View History

2021-08-10 17:19:30 +00:00
{
"extends": "../../tsconfig.json",
"include": ["src"],
"exclude": ["node_modules", "**/*.test.ts", "dist"],
"compilerOptions": {
"jsx": "preserve",
"lib": ["dom", "esnext"],
"module": "esnext",
"outDir": "./dist/types"
}
}