18 lines
262 B
JSON
18 lines
262 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ES6",
|
|
|
|
"baseUrl": ".",
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
|
|
"declaration": true
|
|
},
|
|
"exclude": ["rollup.config.ts"]
|
|
}
|