This repository has been archived on 2024-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
simple-json-view/jsconfig.json
2023-07-22 20:43:54 +08:00

20 lines
279 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}