fvtt-types
Version:
TypeScript type definitions for Foundry VTT
25 lines (24 loc) • 661 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"compilerOptions": {
"types": [],
"allowImportingTsExtensions": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"noImplicitOverride": true,
"strict": true,
"target": "ESNext",
"verbatimModuleSyntax": true,
"noUncheckedSideEffectImports": true,
"noUncheckedIndexedAccess": true,
"noPropertyAccessFromIndexSignature": true,
"incremental": true,
"rootDir": ".",
"allowJs": true,
"checkJs": true
}
}