Files
WorkRoot-WRNexusJSComponent/tsconfig.json
T
2026-07-24 12:10:10 +05:30

8 lines
138 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["wrnexus.config.ts", "test/**/*.ts"]
}