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