This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/tsconfig.json
2024-06-16 23:35:21 +00:00

11 lines
204 B
JSON

{
"compilerOptions": {
"outDir": "./static/typescript",
"module": "ES2022",
"target": "ES2022",
"allowJs": true,
"moduleResolution": "node",
"experimentalDecorators": true
}
}