mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-03 05:31:21 +00:00
Some checks failed
Build / Build Action (push) Has been cancelled
Test / Test Action (macos-14) (push) Has been cancelled
Test / Test Action (ubuntu-24.04) (push) Has been cancelled
Test / Test Action (windows-2022) (push) Has been cancelled
Test / Test Action With Specified Directories (push) Has been cancelled
Test / Test Action Without Run Build (push) Has been cancelled
Test / Test Action With Additional Options (push) Has been cancelled
Test / Test Action With Custom Generator (push) Has been cancelled
* build: configure TypeScript to cover all files Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> * build: configure TypeScript not to emit compiled files Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> --------- Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
8 lines
107 B
JSON
8 lines
107 B
JSON
{
|
|
"extends": "@tsconfig/node20",
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
"noEmit": true
|
|
}
|
|
}
|