Fix the typo (#2378)

This commit is contained in:
Maurizio Vitale 2021-12-08 16:14:07 +00:00 committed by GitHub
parent 3cb6152ad7
commit 114e2154aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ {
"extends": "../tsconfig.json", "extends": "../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"outDir": "../out-tsc/modeling-ce", "outDir": "../out-tsc/content-ce",
"types": [] "types": []
}, },
"files": ["src/main.ts", "src/polyfills.ts"], "files": ["src/main.ts", "src/polyfills.ts"],