mirror of
https://github.com/python/cpython.git
synced 2026-04-15 16:21:24 +00:00
13 lines
232 B
JSON
13 lines
232 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "esnext",
|
||
|
|
"module": "nodenext",
|
||
|
|
"lib": ["ES2020"],
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["**/*.ts"],
|
||
|
|
"exclude": ["node_modules"]
|
||
|
|
}
|