mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 10:00:13 -06:00
17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2015",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"types": ["mocha"],
|
|
"newLine": "LF",
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |