mirror of
https://github.com/nvms/prsm.git
synced 2025-12-16 00:00:52 +00:00
16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"lib": ["ESNext", "DOM"],
|
|
"declaration": true,
|
|
"declarationDir": "./types",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["./lib"]
|
|
}
|