4b5c3f772b
Got basic static script working
12 lines
211 B
JSON
12 lines
211 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"module": "CommonJS"
|
|
},
|
|
"include": ["src/*.ts"]
|
|
}
|