14 lines
216 B
JSON
14 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"outDir": "./dist/"
|
|
},
|
|
"include": [
|
|
"./src/"
|
|
]
|
|
}
|