2023-11-17 09:03:31 +07:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "es6",
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
|
|
|
|
|
"strict": true,
|
|
|
|
|
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
|
|
|
|
|
"skipLibCheck": true
|
2023-11-24 23:01:02 +07:00
|
|
|
},
|
|
|
|
|
"typedocOptions": {
|
|
|
|
|
"entryPoints": [
|
|
|
|
|
"src/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"out": "typedoc"
|
2023-11-17 09:03:31 +07:00
|
|
|
}
|
2023-11-24 23:01:02 +07:00
|
|
|
|
2023-11-17 09:03:31 +07:00
|
|
|
}
|