altair-static
Version:
Static package for altair graphql client
16 lines (15 loc) • 328 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "build/",
"rootDir": "src",
"declaration": true,
"declarationMap": true,
"target": "es2020",
"module": "commonjs",
"sourceMap": true,
// "skipLibCheck": true,
"lib": ["dom", "esnext"],
"types": ["node", "jest"]
}
}