leetcode/jsconfig.json

7 lines
83 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "esnext"
},
"include": [".scripts/*"]
}