mirror of
https://github.com/directus/directus.git
synced 2026-02-01 01:45:27 -05:00
16 lines
390 B
JSON
16 lines
390 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"lib": ["es2019", "es2018", "es2017", "es7", "es6", "dom"],
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": ["node_modules", "dist", "test"]
|
|
}
|