1
0
Fork 0

feat: add octopus.k8s.vxm.cz (cluster signpost)

This commit is contained in:
Vojtěch Mareš 2022-01-02 18:27:43 +01:00
parent b8489a3de3
commit 9a1cc6f04d
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
28 changed files with 3890 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}