7 lines
149 B
JSON
7 lines
149 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src", "tests", "eslint.config.ts", "package.json"]
|
|
}
|