mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
19 lines
284 B
JSON
19 lines
284 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"lib": [
|
|
"es2018",
|
|
"es2019",
|
|
"es2020"
|
|
]
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
}
|