mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Use TypeScript
This commit is contained in:
parent
83e4cfe60a
commit
2adb4f3620
4 changed files with 149 additions and 59 deletions
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue