mirror of
https://github.com/directus/directus.git
synced 2026-01-10 13:57:55 -05:00
10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node.js 18 CommonJS",
|
|
"extends": "../base/tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES2022"
|
|
}
|
|
}
|