diff options
Diffstat (limited to 'api/tsconfig.json')
| -rw-r--r-- | api/tsconfig.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/api/tsconfig.json b/api/tsconfig.json new file mode 100644 index 0000000..84d8095 --- /dev/null +++ b/api/tsconfig.json @@ -0,0 +1,15 @@ +{ + "strict": true, + "compilerOptions": { + "target": "ES5", + "module": "CommonJS", + "sourceMap": true, + "moduleResolution": "node", + "esModuleInterop": true, + "baseUrl": ".", + "outDir": "../api", + "lib": ["ESNext", "DOM"] + }, + "include": ["."], + "exclude": ["./node_modules"] +} |
