03e8d51f9a
fixes #342 It introduces several security fixes to follow best practices.
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"lib": ["ESNext"],
|
|
"moduleResolution": "node",
|
|
"outDir": "./build",
|
|
"rootDir": "./src",
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true
|
|
}
|
|
}
|