javalent_markdown-attributes/tsconfig.json
2022-04-08 13:48:22 -04:00

16 lines
430 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "esnext",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"importHelpers": true,
"lib": ["dom", "es5", "scripthost", "esnext"]
},
"include": ["**/*.ts"]
}