50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
|
{
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../"
|
||
|
}
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"noImplicitReturns": false,
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitThis": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"strictFunctionTypes": false,
|
||
|
"strictNullChecks": true,
|
||
|
"strictPropertyInitialization": true,
|
||
|
"strictBindCallApply": true,
|
||
|
"strict": true,
|
||
|
"alwaysStrict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"target": "ES2020",
|
||
|
"moduleResolution": "node",
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"skipLibCheck": true,
|
||
|
"stripInternal": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"noEmit": true,
|
||
|
"paths": {
|
||
|
"multiformats": [
|
||
|
"../types/src/index"
|
||
|
],
|
||
|
"multiformats/*": [
|
||
|
"../types/src/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"include": [
|
||
|
"."
|
||
|
],
|
||
|
"exclude": [
|
||
|
"ts-use/",
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|