17 lines
370 B
JSON
17 lines
370 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"declaration": true,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "lib",
|
|
"rootDir": ".",
|
|
"allowImportingTsExtensions": true
|
|
}
|
|
}
|