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

15 lines
341 B
JSON

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