setup ts
This commit is contained in:
12
tsconfig.json
Normal file
12
tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"types": ["maplibre-gl"],
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["frontend/static/frontend/ts/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user