move to typescript, testmode, shiftregister revival
This commit is contained in:
13
rust/src_webpack/tsconfig.json
Normal file
13
rust/src_webpack/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/",
|
||||
"noImplicitAny": true,
|
||||
"module": "es6",
|
||||
"target": "es5",
|
||||
"jsx": "react",
|
||||
"allowJs": true,
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user