mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
Scaffold files.
This commit is contained in:
commit
64b680ddd8
13 changed files with 2835 additions and 0 deletions
16
tsconfig.json
Normal file
16
tsconfig.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"extends": "tsconfig-moon/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"module": "Node16",
|
||||
"moduleResolution": "NodeNext",
|
||||
"noEmit": true,
|
||||
"verbatimModuleSyntax": false
|
||||
},
|
||||
"include": [
|
||||
".eslintrc.js",
|
||||
"*.js",
|
||||
"*.ts",
|
||||
"tests/*.ts"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue