mirror of
https://github.com/tinymce/tinymce.git
synced 2025-07-21 05:47:56 +00:00
22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "es2018",
|
|
"module": "es2015",
|
|
"lib": ["es2022", "dom"],
|
|
"importHelpers": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"composite": true,
|
|
"outDir": "lib",
|
|
"rootDir": ".",
|
|
"baseUrl": ".",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true,
|
|
"strict": true,
|
|
"noEmitOnError": true,
|
|
"types": []
|
|
}
|
|
}
|