17 строки
501 B
JSON
17 строки
501 B
JSON
{
|
|
"//": "⚠️ NOTE: this file is only used for tests, individual packages have their own tsconfig.json files generated by `tools/gen-tsconfigs.ts`",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2021",
|
|
"outDir": "dist",
|
|
"lib": ["dom", "ES2021"],
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"typeRoots": ["./typings", "./node_modules/@types"]
|
|
}
|
|
}
|