aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-vsts/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-vsts/tsconfig.json')
-rw-r--r--server/sonar-vsts/tsconfig.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/server/sonar-vsts/tsconfig.json b/server/sonar-vsts/tsconfig.json
deleted file mode 100644
index 4483685810a..00000000000
--- a/server/sonar-vsts/tsconfig.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "compilerOptions": {
- "allowJs": true,
- "checkJs": false,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "noImplicitAny": true,
- "strict": true,
- "strictFunctionTypes": false,
- "target": "es5",
- "jsx": "react",
- "lib": ["es2017", "dom"],
- "module": "esnext",
- "moduleResolution": "node",
- "baseUrl": "./",
- "paths": {
- "@sqapi/*": ["../sonar-web/src/main/js/api/*"],
- "@sqhelpers/*": ["../sonar-web/src/main/js/helpers/*"],
- "*": ["./node_modules/@types/*", "../sonar-web/node_modules/@types/*", "*"]
- },
- "sourceMap": true
- },
- "include": [
- "./src/main/js/**/*",
- "node_modules/sonar-ui-common/types.d.ts",
- "../sonar-web/src/main/js/app/types.d.ts"
- ]
-}