13 lines
184 B
JSON
13 lines
184 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2020",
|
|
"checkJs": true, /* Typecheck .js files. */
|
|
"lib": [
|
|
"ES2020"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|