mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-22 19:41:20 +00:00
* build: build dist directly from TypeScript sources * build(ts): adjust options in `tsconfig.json` * fix: import all instead of default in @actions modules
9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"esModuleInterop": true,
|
|
"target": "es2022"
|
|
}
|
|
}
|