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.
|
{
|
|
"include": [
|
|
"node_modules/bc-stubs/bc/**/*.d.ts",
|
|
"**/*.js",
|
|
"**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"target": "es2020",
|
|
"checkJs": true,
|
|
"noImplicitAny": true,
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
} |