mirror of
https://github.com/jordienr/zenblog.git
synced 2026-09-25 17:00:23 -04:00
20 lines
439 B
JSON
20 lines
439 B
JSON
{
|
|
"files": ["index.ts"],
|
|
"exclude": [""],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"module": "CommonJS",
|
|
"outDir": "dist",
|
|
"rootDir": "./",
|
|
"sourceMap": true,
|
|
"target": "ES2015",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "Node",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"stripInternal": true,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|