tldraw/packages/dev/tsconfig.json

11 lines
238 B
JSON
Raw Normal View History

2021-08-10 17:19:30 +00:00
{
2021-08-13 12:48:08 +00:00
"extends": "../../tsconfig.base.json",
2021-08-10 17:19:30 +00:00
"include": ["src"],
2021-08-13 12:48:08 +00:00
"exclude": ["node_modules", "**/*.test.ts", "**/*.spec.ts", "dist"],
2021-08-10 17:19:30 +00:00
"compilerOptions": {
2021-08-13 12:48:08 +00:00
"rootDir": "src",
"outDir": "./dist/types",
"baseUrl": "src"
2021-08-10 17:19:30 +00:00
}
}