14 lines
No EOL
309 B
JSON
14 lines
No EOL
309 B
JSON
{
|
|
"exclude": ["__tests__"],
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"target": "es2022",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"noImplicitAny": true,
|
|
}
|
|
} |