feat: environment globals and configuration

This commit is contained in:
Guz013
2023-07-14 15:34:47 -03:00
parent 940d78419c
commit 0e58531145
5 changed files with 149 additions and 19 deletions

View File

@@ -3,4 +3,7 @@ import { defineConfig } from 'readable';
export default defineConfig({
strict: true,
tsconfig: '/home/work/Documents/Repositories/Readable/tsconfig.json',
environment: {
node: true,
},
});