File: tsconfig.json

Recommend this page to a friend!
  Classes of Dave Norminton   JS Sound   tsconfig.json   Download  
File: tsconfig.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Sound
Play sounds when events happen on page elements
Author: By
Last change:
Date: 1 year ago
Size: 189 bytes
 

Contents

Class file image Download
{ "compilerOptions": { "outDir": "./dist/", "noImplicitAny": true, "module": "es2020", "target": "es6", "allowJs": true }, "exclude": [ "node_modules" ] }