tldraw/apps/docs/tsconfig.content.json

7 lines
83 B
JSON
Raw Normal View History

2023-04-25 11:01:25 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}