13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"outDir": "dist/"
|
|
},
|
|
"include": ["src/"],
|
|
"exclude": ["tests/", "dist/", "examples/"]
|
|
}
|