blob: cc1f11b5f6470d225f5ad9031b43aa3f3739f3fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"compilerOptions": {
"declaration": true,
"target": "esnext",
"lib": ["esnext", "dom"],
"strict": true,
"noImplicitAny": false,
"esModuleInterop": true,
"moduleResolution": "node",
"checkJs": false,
"outDir": "lib",
"baseUrl": "."
}
}
|