mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-22 02:28:42 +00:00
16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"extends": "tsconfig-moon/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"module": "Node16",
|
|
"moduleResolution": "NodeNext",
|
|
"noEmit": true,
|
|
"verbatimModuleSyntax": false
|
|
},
|
|
"include": [
|
|
".eslintrc.js",
|
|
"*.js",
|
|
"*.ts",
|
|
"tests/*.ts"
|
|
]
|
|
}
|