@excaliburjs/plugin-jsfxr
Version:
excalibur-jsfxr provides sound effect generation utilizing a wrapper around jsfxr
25 lines (24 loc) • 581 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["ESNext", "DOM"],
"outDir": "./dist/",
"sourceRoot": "./src/",
"sourceMap": true,
"noImplicitAny": true,
"module": "ESNext",
"jsx": "react",
"allowJs": false,
"moduleResolution": "Node",
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"isolatedModules": false,
"strict": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"declarationMap": true,
"removeComments": true
}
}