15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "ESNEXT",
|
|
"target": "ES2020",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
|
|
"baseUrl": "src/",
|
|
"paths": { "*": ["*"] },
|
|
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
}
|
|
}
|