1
0
Fork 0
VaultUI/tsconfig.json
2021-05-08 03:07:57 +01:00

12 lines
243 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"module": "es6",
"target": "es2015",
"jsx": "react",
"allowJs": true,
"moduleResolution": "node",
}
}