diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-12 10:35:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-12 10:35:41 +0900 |
| commit | 84df0714d8d86c2a257a4e191ceb8b0818c8de6a (patch) | |
| tree | f03bff8205a501256fbdf73ed013f2a26e7cd76a /packages/backend/jsconfig.json | |
| parent | add install/build scripts (diff) | |
| download | sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.tar.gz sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.tar.bz2 sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.zip | |
use eslint
Diffstat (limited to 'packages/backend/jsconfig.json')
| -rw-r--r-- | packages/backend/jsconfig.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/backend/jsconfig.json b/packages/backend/jsconfig.json new file mode 100644 index 0000000000..1230aadd12 --- /dev/null +++ b/packages/backend/jsconfig.json @@ -0,0 +1,13 @@ +{ + "compilerOptions": { + "target": "es6", + "module": "commonjs", + "allowSyntheticDefaultImports": true + }, + "exclude": [ + "node_modules", + "jspm_packages", + "tmp", + "temp" + ] +} |