mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
git-subtree-dir: engine262 git-subtree-split: ae71998cc5a8315700555135b1ac202a0d6d0b31
10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"erasableSyntaxOnly": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|