Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 348 Bytes

TODOS.md

File metadata and controls

14 lines (13 loc) · 348 Bytes

TODOS:

Custom type declarations:

  • Probably need to move audio declaration to custom folder and add this:
        "compilerOptions": {
                // Other configuration...
                "typeRoots": [
                    "./src/declerations.d.ts"
                ]
            }
        }
    
    to tsconfig.json file