1
0
Fork 0
VaultUI/tsconfig.json

14 lines
287 B
JSON
Raw Normal View History

{
"compilerOptions": {
"outDir": "./dist/",
2021-05-07 23:26:33 +01:00
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
2021-05-16 11:40:31 +01:00
"module": "es2020",
2021-05-08 03:28:37 +01:00
"target": "es2019",
2021-05-12 14:54:25 +01:00
"strictBindCallApply": true,
"noImplicitThis": true,
"allowJs": true,
2021-05-12 14:54:25 +01:00
"moduleResolution": "node"
}
2021-05-12 14:54:25 +01:00
}