mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Add tsconfig for Vue * Delete tsconfig.json * Use vue tsconfig for composables * Add changeset * Update changeset * Update changeset
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"extends": "@directus/tsconfig/node18-esm",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"references": [
|
|
{ "path": "./browser/tsconfig.json" },
|
|
{ "path": "./node/tsconfig.json" },
|
|
{ "path": "./shared/tsconfig.json" }
|
|
]
|
|
}
|