packer-cn/website/jsconfig.json

7 lines
97 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": "."
2020-12-04 16:00:53 -05:00
},
"exclude": ["node_modules", ".next", "out"]
}