mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-17 05:50:23 +00:00
23 lines
487 B
JSON
23 lines
487 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"inlineSourceMap": false,
|
|
"inlineSources": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"charset": "utf8",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"pretty": true,
|
|
"noLib": false,
|
|
"emitBOM": true,
|
|
"allowJs": true
|
|
},
|
|
"declaration": true,
|
|
"files": [
|
|
"markdownx.ts"
|
|
]
|
|
}
|