* Move theme back into this repo * Ignore theme files in prettier for now * Update theme files * Update run commands and docs
15 lines
352 B
JSON
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"]
|
|
}
|