nexus/examples/githunt-api/jsconfig.json

9 lines
128 B
JSON

{
"compilerOptions": {
"strict": true,
"checkJs": true,
"rootDir": "./src",
"skipDefaultLibCheck": true
}
}