2023-03-03 12:07:45 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2023-06-05 18:12:40 +08:00
|
|
|
"module": "esnext",
|
|
|
|
"target": "esnext",
|
2023-03-03 12:07:45 +08:00
|
|
|
"sourceMap": false,
|
|
|
|
"outDir": "dist",
|
|
|
|
"rootDir": "src",
|
2023-06-05 18:12:40 +08:00
|
|
|
"lib": ["esnext"]
|
2023-03-03 12:07:45 +08:00
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "tests"]
|
|
|
|
}
|