feat: environment globals and configuration
This commit is contained in:
@@ -3,4 +3,7 @@ import { defineConfig } from 'readable';
|
||||
export default defineConfig({
|
||||
strict: true,
|
||||
tsconfig: '/home/work/Documents/Repositories/Readable/tsconfig.json',
|
||||
environment: {
|
||||
node: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user