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