11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"outDir": "./dist/",
|
|
"declaration": true
|
|
}
|
|
}
|