You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
357 B
JSON
19 lines
357 B
JSON
{
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictBindCallApply": true,
|
|
"strictFunctionTypes": false,
|
|
"strictNullChecks": true,
|
|
"target": "es2022"
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"esbuildconf.js",
|
|
"node_modules",
|
|
"**/*.test.ts"
|
|
]
|
|
}
|