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