15 lines
333 B
JSON
15 lines
333 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "./dist/esm",
|
|
"rootDir": "./src/ts",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["src"]
|
|
}
|