farpatch-ui/tsconfig.json

11 lines
195 B
JSON
Raw Normal View History

{
"compilerOptions": {
"esModuleInterop": true,
"target": "ES5",
"module": "CommonJS",
"outDir": "./build",
"rootDir": "./src",
"strict": true
}
}