Files
wfrp4-actor-sheet-print/tsconfig.json
Matthieu CAILLEAUX 7dfec9220e chore: init commit
2021-10-12 23:48:21 +02:00

24 lines
594 B
JSON

{
"compilerOptions": {
"baseUrl": "tsconfig",
"lib": ["es2018", "dom"],
"declaration": true,
"moduleResolution": "node",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"rootDir": "src/",
"outDir": "dist",
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"sourceMap": true,
"inlineSources": true,
"sourceRoot": "scr",
"strictNullChecks": true,
"target": "es6",
"types": ["@league-of-foundry-developers/foundry-vtt-types"]
},
"include": ["src/**/*"]
}