mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
przejscie na api
przed rozwaleniem
This commit is contained in:
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "es6",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"outDir": "WebApp/wwwroot/js",
|
||||
"lib": [ "es2015", "dom" ]
|
||||
},
|
||||
"include": [ "WebApp/ts/**/*" ]
|
||||
}
|
||||
Reference in New Issue
Block a user