ckeditor5-export/tsconfig.dist.json

12 lines
191 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"rootDir": "./src",
"types": [
"./typings/types"
]
}
}