A web version of my digital art exhibition presented in August 2020. https://gaetanbrochard.dev
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
458 B

  1. {
  2. "compilerOptions": {
  3. "allowSyntheticDefaultImports": true,
  4. "noFallthroughCasesInSwitch": true,
  5. "noUnusedParameters": true,
  6. "noImplicitReturns": true,
  7. "esModuleInterop": true,
  8. "noUnusedLocals": true,
  9. "noImplicitAny": true,
  10. "declaration": true,
  11. "jsx" : "preserve",
  12. "module": "commonjs",
  13. "strict": true
  14. },
  15. "exclude": [
  16. "node_modules",
  17. "config",
  18. "views",
  19. "dist"
  20. ]
  21. }