mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["es2023"],
|
|
"module": "nodenext",
|
|
"moduleDetection": "force",
|
|
"outDir": "./dist",
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|