rushstack-legacy/stack/rush-stack-compiler-4.5/includes/tsconfig-node.json

11 строки
194 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./tsconfig-base.json",
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"lib": ["es2017"]
}
}