mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 22:37:26 +02:00
not finished
This commit is contained in:
12
packages/rules/tsconfig.json
Normal file
12
packages/rules/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false,
|
||||
"declaration": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": [
|
||||
"."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user