13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"module": "CommonJS"
|
|
},
|
|
"include": ["src/static.ts"]
|
|
}
|