Duplicated from flatcherlee/ioatol1
e26a977
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "compilerOptions": { "baseUrl": ".", "paths": { "/*": ["./*"] }, "lib": ["DOM", "ES2022", "DOM.Iterable"], "target": "ES2015", "module": "es2020" }, "include": ["."] }