foxapp/packages/foxchat.js/tsconfig.json
2024-04-23 20:37:20 +02:00

10 lines
178 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"module": "ES6",
"outDir": "build",
"strict": true,
"target": "ES2022",
"allowSyntheticDefaultImports": true
}
}