Files
skr/test/fixtures/strict-consumer/tsconfig.json
T

19 lines
394 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"verbatimModuleSyntax": true,
"skipLibCheck": false,
"noEmit": true,
"ignoreDeprecations": "6.0",
"types": ["node"],
"baseUrl": ".",
"paths": {
"@fin.cx/skr": ["../../../dist_ts/index.d.ts"]
}
},
"include": ["./index.ts"]
}