11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"extends": "@tsconfig/node-lts/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"**/*.js"
|
|
]
|
|
}
|