nexus/tsconfig.spec.types.json

8 lines
121 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["./**/*.spec.types.ts"]
}