doipjs/jsconfig.json

11 lines
196 B
JSON
Raw Permalink Normal View History

2023-05-03 02:46:09 -06:00
{
"compilerOptions": {
"module": "ES2020",
"target": "ES2020",
"checkJs": true,
"moduleResolution": "node"
},
"include": ["src", "examples"],
"exclude": ["node_modules"]
}