blob: 337005ad49fa42c69f79564b0480707dc3e24303 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"strict": true,
// All packages are built with ESBuild, so we can use `moduleResolution: 'bundler'`
"moduleResolution": "Bundler",
"esModuleInterop": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true
}
}
|