mirror of
https://github.com/directus/directus.git
synced 2026-01-10 13:57:55 -05:00
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"extends": "@directus/tsconfig/base",
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2023"],
|
|
"module": "CommonJS",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"]
|
|
}
|