Files
directus/packages/drive/tsconfig.json
Rijk van Zanten 35830a5dfe Move Flydrive home and implement Azure (#4110)
* Add new packages

* Update docs

* Update linked packages

* Setup file pointers

* Don't require getStream to be async

* List credits

* Load azure in storage

* Fix typo in docs

* Fix another typo

* Remove not about raising an issue
2021-02-16 18:33:50 -05:00

17 lines
318 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"]
}