9 lines
199 B
JSON
9 lines
199 B
JSON
{
|
|
"extends": ["../../../tsconfig/nodenext.json"],
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"noEmit": true
|
|
},
|
|
"include": ["./*.js", "./*.cjs", "./*.mjs", "./*.ts", "./*.cts", "./*.mts"]
|
|
}
|