mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
16 lines
No EOL
297 B
JSON
16 lines
No EOL
297 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "Node16",
|
|
"moduleResolution": "node16",
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
// "include": [
|
|
// "src/**/*",
|
|
// "types/non-webpack-require.d.ts"
|
|
// ],
|
|
"exclude": [
|
|
"__test__"
|
|
]
|
|
} |