visions-vtt/kliento/tsconfig.json

15 lines
295 B
JSON

{
"compilerOptions": {
"target": "es2016",
"jsx": "react",
"module": "commonjs",
"rootDir": "src",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"types": ["snowpack-env"],
}
}