forge/tsconfig.test.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"]
}
}