77d2ad3b6b
allows for customizing small things, like changing admin status.
13 lines
331 B
JSON
13 lines
331 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../js",
|
|
"target": "es2017",
|
|
"lib": ["dom", "es2017", "dom.iterable"],
|
|
"typeRoots": ["./typings", "../node_modules/@types"],
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|