unarray_file-tree-generator/tsconfig.json
2023-08-23 14:02:57 +02:00

16 lines
No EOL
229 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"#/*": ["./src/*"]
}
}
}