6 lines
147 B
JSON
6 lines
147 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": { "noEmit": true },
|
|
"include": ["app/**/*.ts", "test/**/*.ts", "wrnexus.config.ts"]
|
|
}
|