mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-03 02:08:58 +08:00
16 lines
364 B
JSON
16 lines
364 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"experimentalDecorators": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"noEmitOnError": false,
|
|
"declaration": true,
|
|
"outDir": "declarations",
|
|
"composite": true,
|
|
"typeRoots": ["./external-types"]
|
|
}
|
|
}
|