14 lines
266 B
JSON
14 lines
266 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "esnext",
|
||
|
|
"strict": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"declaration": true,
|
||
|
|
"outDir": "build",
|
||
|
|
"module": "Node16",
|
||
|
|
"moduleResolution": "Node16",
|
||
|
|
"lib": ["esnext", "dom"]
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts"]
|
||
|
|
}
|