14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "bundler",
|
|
"declaration": true,
|
|
"declarationDir": "./dist/types",
|
|
"skipLibCheck": true,
|
|
"inlineSourceMap": true
|
|
},
|
|
"exclude": ["./dist", "**/*.test.ts"]
|
|
}
|