farpatch-ui/tsconfig.json

11 lines
214 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ES2015",
"module": "CommonJS",
"outDir": "./build",
"strict": true
}
}