24 lines
387 B
JSON
24 lines
387 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"lib": [
|
|
"DOM",
|
|
"ESNext"
|
|
],
|
|
"moduleResolution": "Node",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
},
|
|
"include": [
|
|
"src",
|
|
"typings.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
} |