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