dinoco_vscode 0.1.1

Language server components for Dinoco editor and VS Code integration.
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"compilerOptions": {
		"module": "CommonJS",
		"target": "ES2020",
		"outDir": "out",
		"lib": ["ES2020"],
		"sourceMap": true,
		"rootDir": "src",
		"strict": true,
		"skipLibCheck": true
	},
	"exclude": ["node_modules", ".vscode-test"]
}