mirror of
https://github.com/markedjs/marked
synced 2024-11-21 15:54:33 +00:00
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "NodeNext",
|
|
"isolatedModules": true,
|
|
"strict": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noEmit": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "NodeNext",
|
|
"allowImportingTsExtensions": true,
|
|
"sourceMap": false
|
|
},
|
|
"include": [
|
|
"src/*.ts"
|
|
]
|
|
}
|