mirror of
https://github.com/directus/directus.git
synced 2026-01-27 06:18:23 -05:00
* add tests to drive * add azure test runner * add gcs test runner * add s3 test runner * quick changes * Re-add npm run dev Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
8 lines
108 B
JSON
8 lines
108 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".."
|
|
},
|
|
"include": [".", "../src"]
|
|
}
|