unarray_file-tree-generator/tsconfig.json

16 lines
229 B
JSON
Raw Normal View History

2023-08-23 12:02:57 +00:00
{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"#/*": ["./src/*"]
}
}
}