mango-v4/tsconfig.build.json

8 lines
116 B
JSON
Raw Normal View History

{
"extends": "./tsconfig",
"compilerOptions": {
"skipLibCheck": true,
"skipDefaultLibCheck": true
}
}