1
0
Fork 0
VaultUI/tsconfig.json
2022-01-19 15:33:07 +00:00

17 lines
392 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"module": "es6",
"target": "es2019",
"strictBindCallApply": true,
"strictNullChecks": false,
"noImplicitThis": true,
"allowJs": true,
"strict": true,
"moduleResolution": "node",
"jsx": "react-jsx",
"jsxImportSource": "preact",
}
}