mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"types": ["mocha"],
|
|
"newLine": "LF",
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |