|
||||
Warning, /firebird/firebird-ng/tsconfig.worker.json is written in an unsupported language. File is not indexed.
0001 /* To learn more about this file see: https://angular.io/config/tsconfig. */ 0002 { 0003 "extends": "./tsconfig.json", 0004 "compilerOptions": { 0005 "outDir": "./out-tsc/worker", 0006 "lib": [ 0007 "es2018", 0008 "webworker" 0009 ], 0010 "types": [] 0011 }, 0012 "include": [ 0013 "src/**/*.worker.ts" 0014 ] 0015 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |