mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"esModuleInterop": false,
|
|
"lib": ["es2023"],
|
|
"module": "Node16",
|
|
"moduleDetection": "force",
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
},
|
|
"include": [
|
|
"./**/*",
|
|
"./test-files/.rc-test-async.cjs",
|
|
"./test-files/.rc-test-async.mjs",
|
|
]
|
|
}
|