2024-04-26 17:39:08 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"target": "ES2020",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"removeComments" : false,
|
|
|
|
"baseUrl" : "dist",
|
|
|
|
"outDir": "./dist/",
|
|
|
|
"rootDir" : "./src/",
|
2024-05-08 21:08:47 +00:00
|
|
|
"declaration": true,
|
2024-04-26 17:39:08 +00:00
|
|
|
"paths" : {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"exclude" : [
|
2024-05-15 21:29:59 +00:00
|
|
|
"./dist", "./browser", "./static"
|
2024-04-26 17:39:08 +00:00
|
|
|
]
|
|
|
|
}
|