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.
fbc/tsconfig.json

17 lines
301 B
JSON

{
"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
}
}