a0628f9cb2
Rename `@tldraw/tldraw` to just `tldraw`! `@tldraw/tldraw` still exists as an alias to `tldraw` for folks who are still using that. ### Test Plan - [x] Unit Tests - [ ] End to end tests ### Release Notes - The `@tldraw/tldraw` package has been renamed to `tldraw`. You can keep using the old version if you want though!
20 lines
909 B
JSON
20 lines
909 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
"extends": "../../config/api-extractor.json",
|
|
// the file paths in the shared api-extractor.json don't work for us here, so we specify them manually:
|
|
"mainEntryPointFilePath": "<projectFolder>/packages/namespaced-tldraw/.tsbuild-api/index.d.ts",
|
|
"compiler": {
|
|
"tsconfigFilePath": "<projectFolder>/packages/namespaced-tldraw/tsconfig.json"
|
|
},
|
|
"apiReport": {
|
|
"reportFolder": "<projectFolder>/packages/namespaced-tldraw/",
|
|
"reportTempFolder": "<projectFolder>/packages/namespaced-tldraw/api/temp"
|
|
},
|
|
"docModel": {
|
|
"apiJsonFilePath": "<projectFolder>/packages/namespaced-tldraw/api/api.json"
|
|
},
|
|
"dtsRollup": {
|
|
"untrimmedFilePath": "<projectFolder>/packages/namespaced-tldraw/api/internal.d.ts",
|
|
"publicTrimmedFilePath": "<projectFolder>/packages/namespaced-tldraw/api/public.d.ts"
|
|
}
|
|
}
|