diff options
Diffstat (limited to 'together/tsconfig.json')
-rw-r--r-- | together/tsconfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/together/tsconfig.json b/together/tsconfig.json new file mode 100644 index 0000000..33a1983 --- /dev/null +++ b/together/tsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es2021", + "sourceMap": true, + "esModuleInterop": true, + "outDir": "./build", + "rootDir": "./src", + "skipLibCheck": true + }, + "exclude": [ + "node_modules" + ] +} |