mirror of
https://github.com/directus/directus.git
synced 2026-02-09 03:15:19 -05:00
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"lib": ["es2018"],
|
|
"rootDir": "src",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "tests", "dist"]
|
|
}
|