Material icon metadata generator
This commit is contained in:
13
tools/material-icon-generator/tsconfig.json
Normal file
13
tools/material-icon-generator/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./app",
|
||||
"strict": true,
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"strictPropertyInitialization": false
|
||||
},
|
||||
"exclude": ["./node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user