UNPKG

@xenon.js/ts-config

Version:

TypeScript config used by the Xenon Studio.

10 lines (9 loc) 259 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "verbatimModuleSyntax": true, }, }