Files
upscayl/tests/tsconfig.json
Nayam Amarshe 6c18b7eeb3 Updated project
2022-08-05 02:32:12 +05:30

7 lines
107 B
JSON

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