tsconfig.json 144 B

123456
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "../../tsconfig.base.json",
  4. "compilerOptions": {},
  5. "include": ["src"]
  6. }