vscode-cordova/tsconfig.json

32 строки
745 B
JSON
Исходник Постоянная ссылка Обычный вид История

{
2015-08-11 00:05:35 +03:00
"compilerOptions": {
js-debug migration (#673) * Prepare for migration to js-debug (#614) * Restore simulate scenarios functionality (#618) * Fix multiroot projects processing (#625) * Improve extension stability (#627) * Implement CDP proxy logger (#635) * Enhance js-debug debugging configuration (#636) * Add CDP message handler to proxy (#640) * Implement Safari CDP message handler (#641) * Improve async functions control (#647) * Implement Cordova Debug Config Provider (#648) * Implement cordova webviews recognition (#649) * Migrate unit tests from vscode to vscode-test package (#650) * Migrate unit tests from vscode to vscode-test package (#645) * Add tools for vscode-nls package support (#651) * Add extension bundling with Webpack (#653) * Add i18n for common and debugger folders (#654) * Add i18n to extension and utils folders (#655) * Externalized package.json strings for further localization (#656) * Add cordova simulate localization according to VS Code language (#657) * Fix minor i18n export issue (#658) * Fix localization import errors (#660) * Commit first version of localized json files (#661) * Ignore i18n file while packaging the extension (#662) * Change parent session stop command (#663) * Fix simulator viewport handling (#664) * Fix breakpoints activation for Cordova on Windows (#665) * ESLint migration (#666) * Add integration tests for Cordova CDP Proxy (#668) * Add unit tests (#669) * Fix iOS 14 debugging (#671) * Add 'livereloadDelay' parameter to attach args (#672) Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com> Co-authored-by: Daniel Ye <danyeh@microsoft.com> Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00
"moduleResolution": "node",
2015-08-11 00:05:35 +03:00
"module": "commonjs",
js-debug migration (#673) * Prepare for migration to js-debug (#614) * Restore simulate scenarios functionality (#618) * Fix multiroot projects processing (#625) * Improve extension stability (#627) * Implement CDP proxy logger (#635) * Enhance js-debug debugging configuration (#636) * Add CDP message handler to proxy (#640) * Implement Safari CDP message handler (#641) * Improve async functions control (#647) * Implement Cordova Debug Config Provider (#648) * Implement cordova webviews recognition (#649) * Migrate unit tests from vscode to vscode-test package (#650) * Migrate unit tests from vscode to vscode-test package (#645) * Add tools for vscode-nls package support (#651) * Add extension bundling with Webpack (#653) * Add i18n for common and debugger folders (#654) * Add i18n to extension and utils folders (#655) * Externalized package.json strings for further localization (#656) * Add cordova simulate localization according to VS Code language (#657) * Fix minor i18n export issue (#658) * Fix localization import errors (#660) * Commit first version of localized json files (#661) * Ignore i18n file while packaging the extension (#662) * Change parent session stop command (#663) * Fix simulator viewport handling (#664) * Fix breakpoints activation for Cordova on Windows (#665) * ESLint migration (#666) * Add integration tests for Cordova CDP Proxy (#668) * Add unit tests (#669) * Fix iOS 14 debugging (#671) * Add 'livereloadDelay' parameter to attach args (#672) Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com> Co-authored-by: Daniel Ye <danyeh@microsoft.com> Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00
"target": "ES6",
"lib": [
"es2015"
],
2015-08-09 23:25:34 +03:00
"noImplicitAny": false,
"removeComments": false,
"sourceMap": true,
js-debug migration (#673) * Prepare for migration to js-debug (#614) * Restore simulate scenarios functionality (#618) * Fix multiroot projects processing (#625) * Improve extension stability (#627) * Implement CDP proxy logger (#635) * Enhance js-debug debugging configuration (#636) * Add CDP message handler to proxy (#640) * Implement Safari CDP message handler (#641) * Improve async functions control (#647) * Implement Cordova Debug Config Provider (#648) * Implement cordova webviews recognition (#649) * Migrate unit tests from vscode to vscode-test package (#650) * Migrate unit tests from vscode to vscode-test package (#645) * Add tools for vscode-nls package support (#651) * Add extension bundling with Webpack (#653) * Add i18n for common and debugger folders (#654) * Add i18n to extension and utils folders (#655) * Externalized package.json strings for further localization (#656) * Add cordova simulate localization according to VS Code language (#657) * Fix minor i18n export issue (#658) * Fix localization import errors (#660) * Commit first version of localized json files (#661) * Ignore i18n file while packaging the extension (#662) * Change parent session stop command (#663) * Fix simulator viewport handling (#664) * Fix breakpoints activation for Cordova on Windows (#665) * ESLint migration (#666) * Add integration tests for Cordova CDP Proxy (#668) * Add unit tests (#669) * Fix iOS 14 debugging (#671) * Add 'livereloadDelay' parameter to attach args (#672) Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com> Co-authored-by: Daniel Ye <danyeh@microsoft.com> Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00
"outDir": "./",
"rootDir": "./",
"noUnusedLocals": true,
js-debug migration (#673) * Prepare for migration to js-debug (#614) * Restore simulate scenarios functionality (#618) * Fix multiroot projects processing (#625) * Improve extension stability (#627) * Implement CDP proxy logger (#635) * Enhance js-debug debugging configuration (#636) * Add CDP message handler to proxy (#640) * Implement Safari CDP message handler (#641) * Improve async functions control (#647) * Implement Cordova Debug Config Provider (#648) * Implement cordova webviews recognition (#649) * Migrate unit tests from vscode to vscode-test package (#650) * Migrate unit tests from vscode to vscode-test package (#645) * Add tools for vscode-nls package support (#651) * Add extension bundling with Webpack (#653) * Add i18n for common and debugger folders (#654) * Add i18n to extension and utils folders (#655) * Externalized package.json strings for further localization (#656) * Add cordova simulate localization according to VS Code language (#657) * Fix minor i18n export issue (#658) * Fix localization import errors (#660) * Commit first version of localized json files (#661) * Ignore i18n file while packaging the extension (#662) * Change parent session stop command (#663) * Fix simulator viewport handling (#664) * Fix breakpoints activation for Cordova on Windows (#665) * ESLint migration (#666) * Add integration tests for Cordova CDP Proxy (#668) * Add unit tests (#669) * Fix iOS 14 debugging (#671) * Add 'livereloadDelay' parameter to attach args (#672) Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com> Co-authored-by: Daniel Ye <danyeh@microsoft.com> Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00
"skipLibCheck": true
},
"exclude": [
js-debug migration (#673) * Prepare for migration to js-debug (#614) * Restore simulate scenarios functionality (#618) * Fix multiroot projects processing (#625) * Improve extension stability (#627) * Implement CDP proxy logger (#635) * Enhance js-debug debugging configuration (#636) * Add CDP message handler to proxy (#640) * Implement Safari CDP message handler (#641) * Improve async functions control (#647) * Implement Cordova Debug Config Provider (#648) * Implement cordova webviews recognition (#649) * Migrate unit tests from vscode to vscode-test package (#650) * Migrate unit tests from vscode to vscode-test package (#645) * Add tools for vscode-nls package support (#651) * Add extension bundling with Webpack (#653) * Add i18n for common and debugger folders (#654) * Add i18n to extension and utils folders (#655) * Externalized package.json strings for further localization (#656) * Add cordova simulate localization according to VS Code language (#657) * Fix minor i18n export issue (#658) * Fix localization import errors (#660) * Commit first version of localized json files (#661) * Ignore i18n file while packaging the extension (#662) * Change parent session stop command (#663) * Fix simulator viewport handling (#664) * Fix breakpoints activation for Cordova on Windows (#665) * ESLint migration (#666) * Add integration tests for Cordova CDP Proxy (#668) * Add unit tests (#669) * Fix iOS 14 debugging (#671) * Add 'livereloadDelay' parameter to attach args (#672) Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com> Co-authored-by: Daniel Ye <danyeh@microsoft.com> Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00
".vscode-test",
"node_modules",
js-debug migration (#673) * Prepare for migration to js-debug (#614) * Restore simulate scenarios functionality (#618) * Fix multiroot projects processing (#625) * Improve extension stability (#627) * Implement CDP proxy logger (#635) * Enhance js-debug debugging configuration (#636) * Add CDP message handler to proxy (#640) * Implement Safari CDP message handler (#641) * Improve async functions control (#647) * Implement Cordova Debug Config Provider (#648) * Implement cordova webviews recognition (#649) * Migrate unit tests from vscode to vscode-test package (#650) * Migrate unit tests from vscode to vscode-test package (#645) * Add tools for vscode-nls package support (#651) * Add extension bundling with Webpack (#653) * Add i18n for common and debugger folders (#654) * Add i18n to extension and utils folders (#655) * Externalized package.json strings for further localization (#656) * Add cordova simulate localization according to VS Code language (#657) * Fix minor i18n export issue (#658) * Fix localization import errors (#660) * Commit first version of localized json files (#661) * Ignore i18n file while packaging the extension (#662) * Change parent session stop command (#663) * Fix simulator viewport handling (#664) * Fix breakpoints activation for Cordova on Windows (#665) * ESLint migration (#666) * Add integration tests for Cordova CDP Proxy (#668) * Add unit tests (#669) * Fix iOS 14 debugging (#671) * Add 'livereloadDelay' parameter to attach args (#672) Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com> Co-authored-by: Daniel Ye <danyeh@microsoft.com> Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00
"node_modules/@types",
"node_modules/@types*",
"/node_modules",
"../node_modules",
"*node_modules*",
"/node_modules*",
"debugger/testapp/node_modules",
"CordovaTypings",
"out",
js-debug migration (#673) * Prepare for migration to js-debug (#614) * Restore simulate scenarios functionality (#618) * Fix multiroot projects processing (#625) * Improve extension stability (#627) * Implement CDP proxy logger (#635) * Enhance js-debug debugging configuration (#636) * Add CDP message handler to proxy (#640) * Implement Safari CDP message handler (#641) * Improve async functions control (#647) * Implement Cordova Debug Config Provider (#648) * Implement cordova webviews recognition (#649) * Migrate unit tests from vscode to vscode-test package (#650) * Migrate unit tests from vscode to vscode-test package (#645) * Add tools for vscode-nls package support (#651) * Add extension bundling with Webpack (#653) * Add i18n for common and debugger folders (#654) * Add i18n to extension and utils folders (#655) * Externalized package.json strings for further localization (#656) * Add cordova simulate localization according to VS Code language (#657) * Fix minor i18n export issue (#658) * Fix localization import errors (#660) * Commit first version of localized json files (#661) * Ignore i18n file while packaging the extension (#662) * Change parent session stop command (#663) * Fix simulator viewport handling (#664) * Fix breakpoints activation for Cordova on Windows (#665) * ESLint migration (#666) * Add integration tests for Cordova CDP Proxy (#668) * Add unit tests (#669) * Fix iOS 14 debugging (#671) * Add 'livereloadDelay' parameter to attach args (#672) Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com> Co-authored-by: Daniel Ye <danyeh@microsoft.com> Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00
"test/resources/testCordovaProject"
]
}