mirror of
https://github.com/directus/directus.git
synced 2026-01-24 08:38:07 -05:00
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"target": "es6",
|
|
"moduleResolution": "node",
|
|
"sourceMap": false,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"lib": ["es2019"],
|
|
"skipLibCheck": true
|
|
}
|
|
}
|