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