{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./base.json",
  "display":"Solid Library",
  "compilerOptions":{
    "lib":["ES6","DOM"],
    "module":"ESNext",
    "jsx":"preserve"
  }
}