8 lines
149 B
JSON
8 lines
149 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": null
|
|
},
|
|
"include": ["src/**/*.ts", "tests/**/*.ts"]
|
|
} |