15 lines
330 B
JSON
15 lines
330 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES2020",
|
|
"outDir": "dist",
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"declaration": true,
|
|
"declarationDir": "dist",
|
|
"typeRoots": ["./types"]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |