mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src/**/*.ts", "index.ts", "tests3.ts"],
|
|
"exclude": ["node_modules", ".vscode"]
|
|
}
|