mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"types": ["node"],
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"preserveConstEnums": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |