mirror of
https://github.com/nvms/prsm.git
synced 2025-12-15 15:50:53 +00:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2022",
|
|
"target": "esnext",
|
|
"outDir": "dist",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"declarationDir": "dist"
|
|
}
|
|
}
|