summary refs log tree commit diff
path: root/api/jsconfig.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-08 10:50:32 +0200
committerGitHub <noreply@github.com>2021-10-08 10:50:32 +0200
commit0e038bb3906f4434092282d3ec2d70530ce45667 (patch)
treeff2c8f2fe76c0ff7cf6e798a731df8ad9dfd2d1c /api/jsconfig.json
parent:arrow_up: update packages (diff)
parent:sparkles: bundle build script (diff)
downloadserver-ts-0e038bb3906f4434092282d3ec2d70530ce45667.tar.xz
Merge pull request #418 from TheArcaneBrony/compiler-change
Switch compiler to swc
Diffstat (limited to 'api/jsconfig.json')
-rw-r--r--api/jsconfig.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/api/jsconfig.json b/api/jsconfig.json
deleted file mode 100644

index 41c4cb9a..00000000 --- a/api/jsconfig.json +++ /dev/null
@@ -1,11 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "paths": { - "@util/*": ["./src/util/*"], - "@middlewares/*": ["./src/middlewares/*"], - "@schema/*": ["./src/schema/*"] - } - }, - "include": ["src"] -}