Zack Chase 6c7feff23d
Move theme back into this repo (#2036)
* Move theme back into this repo

* Ignore theme files in prettier for now

* Update theme files

* Update run commands and docs
2023-01-18 12:53:09 -08:00

15 lines
352 B
JSON

{
"compilerOptions": {
"pretty": true,
"target": "es2015",
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"importHelpers": true,
"experimentalDecorators": true,
"noEmitOnError": true,
"lib": ["dom", "es2015"]
},
"files": ["src/ts/main.ts"]
}