AngelscriptLanguageServer/client/tsconfig.json

13 lines
234 B
JSON
Raw Normal View History

2020-09-17 19:59:10 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"lib": ["ES2019"],
"outDir": "out",
"rootDir": "src",
"sourceMap": true
},
"include": ["src"],
"exclude": ["node_modules", ".vscode-test"]
}