1
0
mirror of https://github.com/moonrepo/setup-rust.git synced 2025-04-19 07:22:15 +03:00
setup-rust/tsconfig.json
2023-10-27 10:07:58 -07:00

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"
]
}