File tree Expand file tree Collapse file tree 4 files changed +6
-18
lines changed
getting-started-typescript Expand file tree Collapse file tree 4 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://biomejs.dev/schemas/1.8.3/schema.json" ,
33 "files" : {
4- "ignore" : [" docs/_site" ]
4+ "ignore" : [
5+ " docs/_site" ,
6+ " examples/**/dist"
7+ ]
58 },
69 "formatter" : {
710 "enabled" : true ,
Original file line number Diff line number Diff line change 1414 "target" : " es6" ,
1515 "outDir" : " dist"
1616 },
17- "include" : [
18- " src/**/*"
19- ]
17+ "include" : [" src/**/*" ]
2018}
Original file line number Diff line number Diff line change 11// for details see https://github.com/motdotla/dotenv/blob/master/examples/typescript/
2- import { resolve } from 'path' ;
2+ import { resolve } from 'node: path' ;
33import { config } from 'dotenv' ;
44
55const pathToConfig = '../../.env' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments