mirror of https://github.com/artf/grapesjs.git
1 changed files with 26 additions and 0 deletions
@ -0,0 +1,26 @@ |
|||
{ |
|||
"compilerOptions": { |
|||
"target": "es5", |
|||
"lib": [ |
|||
"dom", |
|||
"dom.iterable", |
|||
"esnext" |
|||
], |
|||
"allowJs": true, |
|||
"sourceMap": true, |
|||
"skipLibCheck": true, |
|||
"esModuleInterop": true, |
|||
"allowSyntheticDefaultImports": true, |
|||
"strict": true, |
|||
"forceConsistentCasingInFileNames": true, |
|||
"noFallthroughCasesInSwitch": true, |
|||
"module": "esnext", |
|||
"moduleResolution": "node", |
|||
"resolveJsonModule": true, |
|||
"isolatedModules": true, |
|||
"noEmit": false |
|||
}, |
|||
"include": [ |
|||
"src" |
|||
] |
|||
} |
|||
Loading…
Reference in new issue