17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "bundler",
|
|
"declaration": true,
|
|
"declarationDir": "./dist/types",
|
|
"outDir": "./dist",
|
|
"rootDir": ".",
|
|
"skipLibCheck": true,
|
|
"inlineSourceMap": true
|
|
},
|
|
"exclude": ["./dist"]
|
|
}
|